X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fps3%2FMakefile;h=20eed76e424c78933a4fe4484cc652a150d7528d;hp=3feeec0297d3236d9cdda28fc11561d557d5c99d;hb=e6e54f8aa2e350af7cf1eec49c9b26ba1fb5e664;hpb=76fb6d67ad81c7beca3e653abd28d1e01903698e diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 3feeec0297..20eed76e42 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -9,8 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ps3 BOARDNAME:=Sony PS3 Game Console +SUBTARGETS=petitboot -LINUX_VERSION:=2.6.25.19 +LINUX_VERSION:=2.6.27.8 KERNEL_CC:= @@ -20,11 +21,15 @@ define Target/Description Build bootloader images for the Sony PS3 Game Console endef -# no generic patches required +ifeq ($(CONFIG_TARGET_ps3_petitboot),y) +# no patches required +# provide facility for specific patches +PATCH_DIR=patches-petitboot define Kernel/Prepare bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS) $(call PatchDir,$(PATCH_DIR),) endef +endif KERNELNAME:="zImage"