From 2d4c96b41aa96988089b2b06c4a9dda38d9d943d Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Thu, 18 Dec 2008 12:04:40 +0000 Subject: cleanup SVN-Revision: 13681 --- target/linux/ps3/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ps3') diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 78fdfe2d70..7412a3644f 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -21,11 +21,13 @@ define Target/Description Build bootloader images for the Sony PS3 Game Console endef +ifeq ($(CONFIG_TARGET_ps3_petitboot),y) # no generic patches required define Kernel/Prepare bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS) $(call PatchDir,$(PATCH_DIR),) endef +endif KERNELNAME:="zImage" -- cgit v1.2.3