diff options
Diffstat (limited to 'target/linux/generic/patches-3.18/201-extra_optimization.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/201-extra_optimization.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/201-extra_optimization.patch b/target/linux/generic/patches-3.18/201-extra_optimization.patch index ee231a64be..7ec93a47f4 100644 --- a/target/linux/generic/patches-3.18/201-extra_optimization.patch +++ b/target/linux/generic/patches-3.18/201-extra_optimization.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -611,9 +611,9 @@ include $(srctree)/arch/$(SRCARCH)/Makef +@@ -612,9 +612,9 @@ include $(srctree)/arch/$(SRCARCH)/Makef KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE |