OSDN Git Service

Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 10 Nov 2005 21:45:34 +0000 (13:45 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 10 Nov 2005 21:45:34 +0000 (13:45 -0800)
1  2 
Makefile

diff --combined Makefile
+++ b/Makefile
@@@ -347,7 -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 +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
@@@ -583,7 -583,7 +583,7 @@@ export MODLI
  
  
  ifeq ($(KBUILD_EXTMOD),)
 -core-y                += kernel/ mm/ fs/ ipc/ security/ crypto/
 +core-y                += kernel/ mm/ fs/ ipc/ security/ crypto/ block/
  
  vmlinux-dirs  := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
                     $(core-y) $(core-m) $(drivers-y) $(drivers-m) \