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