diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-18 12:04:40 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-18 12:04:40 +0000 |
commit | a3354e7005097cde95e004c0440b086d85154302 (patch) | |
tree | 02e12ab9261ee0ef17800a660445ceaae7225e3d /target/linux/ps3/Makefile | |
parent | 9462cdba159035c9929d1ecb1a6705b0cfe1e079 (diff) |
cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13681 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/Makefile')
-rw-r--r-- | target/linux/ps3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |