summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-10 01:00:05 +0000
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-10 01:00:05 +0000
commit2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e (patch)
treec0d7bffa6e947ea8866406d9b3641ee73adf6df9
parentec7dc58e59ddfc8d909c4fbf00245142511d678c (diff)
downloadmaster-31e0f0ae-2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e.tar.gz
master-31e0f0ae-2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e.tar.bz2
master-31e0f0ae-2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e.zip
PS3: Enable kernel patches
SVN-Revision: 16756
-rw-r--r--target/linux/ps3/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile
index d392944cb7..64d8477199 100644
--- a/target/linux/ps3/Makefile
+++ b/target/linux/ps3/Makefile
@@ -29,12 +29,6 @@ define Target/Description
Enable the Petitboot package to build a PS3 bootloader.
endef
-ifeq ($(CONFIG_TARGET_ps3_petitboot),y)
-define Kernel/Patch
-# no patches required
-endef
-endif
-
KERNELNAME:="zImage"
$(eval $(call BuildTarget))