diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -347,6 +347,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__ | |||
347 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | 347 | KBUILD_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 |
350 | KBUILD_CFLAGS += $(call cc-option,-fwrapv) | ||
350 | KBUILD_AFLAGS := -D__ASSEMBLY__ | 351 | KBUILD_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) |