diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-10 22:45:34 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-10 22:45:34 +0100 |
commit | b8cbfa692485bf7568eda3d2f37545a76efb7c93 (patch) | |
tree | f0252a423bd271b12f03c46dcc23d0b7ef906729 | |
parent | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... (diff) | |
parent | [PATCH] kbuild: build breaks after -imacros was introduced (diff) | |
download | linux-b8cbfa692485bf7568eda3d2f37545a76efb7c93.tar.xz linux-b8cbfa692485bf7568eda3d2f37545a76efb7c93.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -347,7 +347,7 @@ AFLAGS_KERNEL = # Needed to be compatible with the O= option LINUXINCLUDE := -Iinclude \ $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \ - -imacros include/linux/autoconf.h + -include include/linux/autoconf.h CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE) @@ -407,7 +407,7 @@ outputmakefile: # of make so .config is not included in this case either (for *config). no-dot-config-targets := clean mrproper distclean \ - cscope TAGS tags help %docs check% + cscope TAGS tags help %docs check% kernelrelease config-targets := 0 mixed-targets := 0 |