diff options
Diffstat (limited to 'target/linux')
-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)) |