diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -313,7 +313,8 @@ LINUXINCLUDE := -Iinclude \ | |||
313 | CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) | 313 | CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) |
314 | 314 | ||
315 | CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | 315 | CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ |
316 | -fno-strict-aliasing -fno-common | 316 | -fno-strict-aliasing -fno-common \ |
317 | -Werror-implicit-function-declaration | ||
317 | AFLAGS := -D__ASSEMBLY__ | 318 | AFLAGS := -D__ASSEMBLY__ |
318 | 319 | ||
319 | # Read KERNELRELEASE from include/config/kernel.release (if it exists) | 320 | # Read KERNELRELEASE from include/config/kernel.release (if it exists) |