diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -306,8 +306,7 @@ LINUXINCLUDE := -Iinclude \ | |||
306 | CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) | 306 | CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) |
307 | 307 | ||
308 | CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | 308 | CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ |
309 | -fno-strict-aliasing -fno-common \ | 309 | -fno-strict-aliasing -fno-common |
310 | -ffreestanding | ||
311 | AFLAGS := -D__ASSEMBLY__ | 310 | AFLAGS := -D__ASSEMBLY__ |
312 | 311 | ||
313 | # Read KERNELRELEASE from .kernelrelease (if it exists) | 312 | # Read KERNELRELEASE from .kernelrelease (if it exists) |