diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-10 01:00:05 +0000 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-10 01:00:05 +0000 |
commit | 2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e (patch) | |
tree | c0d7bffa6e947ea8866406d9b3641ee73adf6df9 | |
parent | ec7dc58e59ddfc8d909c4fbf00245142511d678c (diff) | |
download | upstream-2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e.tar.gz upstream-2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e.tar.bz2 upstream-2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e.zip |
PS3: Enable kernel patches
SVN-Revision: 16756
-rw-r--r-- | target/linux/ps3/Makefile | 6 |
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)) |