diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -343,7 +343,8 @@ KBUILD_CPPFLAGS := -D__KERNEL__ | |||
343 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | 343 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ |
344 | -fno-strict-aliasing -fno-common \ | 344 | -fno-strict-aliasing -fno-common \ |
345 | -Werror-implicit-function-declaration \ | 345 | -Werror-implicit-function-declaration \ |
346 | -Wno-format-security | 346 | -Wno-format-security \ |
347 | -fno-delete-null-pointer-checks | ||
347 | KBUILD_AFLAGS := -D__ASSEMBLY__ | 348 | KBUILD_AFLAGS := -D__ASSEMBLY__ |
348 | 349 | ||
349 | # Read KERNELRELEASE from include/config/kernel.release (if it exists) | 350 | # Read KERNELRELEASE from include/config/kernel.release (if it exists) |