aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e2f4a4324af..f607658ac896 100644
--- a/Makefile
+++ b/Makefile
@@ -347,6 +347,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__
347KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ 347KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
348 -fno-strict-aliasing -fno-common \ 348 -fno-strict-aliasing -fno-common \
349 -Werror-implicit-function-declaration 349 -Werror-implicit-function-declaration
350KBUILD_CFLAGS += $(call cc-option,-fwrapv)
350KBUILD_AFLAGS := -D__ASSEMBLY__ 351KBUILD_AFLAGS := -D__ASSEMBLY__
351 352
352# Read KERNELRELEASE from include/config/kernel.release (if it exists) 353# Read KERNELRELEASE from include/config/kernel.release (if it exists)