diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -336,7 +336,7 @@ LINUXINCLUDE := -Iinclude \ | |||
336 | -I$(srctree)/arch/$(hdr-arch)/include \ | 336 | -I$(srctree)/arch/$(hdr-arch)/include \ |
337 | -include include/linux/autoconf.h | 337 | -include include/linux/autoconf.h |
338 | 338 | ||
339 | KBUILD_CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) | 339 | KBUILD_CPPFLAGS := -D__KERNEL__ |
340 | 340 | ||
341 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | 341 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ |
342 | -fno-strict-aliasing -fno-common \ | 342 | -fno-strict-aliasing -fno-common \ |
@@ -1638,7 +1638,7 @@ cmd_crmodverdir = $(Q)mkdir -p $(MODVERDIR) \ | |||
1638 | $(if $(KBUILD_MODULES),; rm -f $(MODVERDIR)/*) | 1638 | $(if $(KBUILD_MODULES),; rm -f $(MODVERDIR)/*) |
1639 | 1639 | ||
1640 | a_flags = -Wp,-MD,$(depfile) $(KBUILD_AFLAGS) $(AFLAGS_KERNEL) \ | 1640 | a_flags = -Wp,-MD,$(depfile) $(KBUILD_AFLAGS) $(AFLAGS_KERNEL) \ |
1641 | $(NOSTDINC_FLAGS) $(KBUILD_CPPFLAGS) \ | 1641 | $(NOSTDINC_FLAGS) $(LINUXINCLUDE) $(KBUILD_CPPFLAGS) \ |
1642 | $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(basetarget).o) | 1642 | $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(basetarget).o) |
1643 | 1643 | ||
1644 | quiet_cmd_as_o_S = AS $@ | 1644 | quiet_cmd_as_o_S = AS $@ |