summaryrefslogtreecommitdiffstats
path: root/target/linux/ps3/Makefile
diff options
context:
space:
mode:
authorymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-28 18:57:18 +0000
committerymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-28 18:57:18 +0000
commit0b0d05a2c1b70071a903d6720558d78742ad202b (patch)
treebf92ccf4b304d1aef7c228ab0e9418b949bd5de1 /target/linux/ps3/Makefile
parent585fa2b6a73a9ed85c682d40f5efee74484b8355 (diff)
Reduce the kernel verbosity of the ps3_system_bus_match output
for ps3 builds. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11282 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/Makefile')
-rw-r--r--target/linux/ps3/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile
index 14dbc9779..aacb116ae 100644
--- a/target/linux/ps3/Makefile
+++ b/target/linux/ps3/Makefile
@@ -20,13 +20,10 @@ define Target/Description
Build bootloader images for the Sony PS3 Game Console
endef
-# no patches required
-define Kernel/Prepare/ps3
- bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
-endef
-
+# no generic patches required
define Kernel/Prepare
- $(call Kernel/Prepare/ps3)
+ bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
+ $(call PatchDir,$(PATCH_DIR),)
endef
KERNELNAME:="zImage"