aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1216fea0c92..8fb9bfce212c 100644
--- a/Makefile
+++ b/Makefile
@@ -344,7 +344,8 @@ KBUILD_CPPFLAGS := -D__KERNEL__
344 344
345KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ 345KBUILD_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
348KBUILD_AFLAGS := -D__ASSEMBLY__ 349KBUILD_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)