kbuild: use 'include' directive to load auto.conf from top Makefile
[linux-2.6-block.git] / Makefile
index a89d8a0d3ee16024149856a903213929aa2963d1..6a222e21ca6dda062936c6c0605919b1e9362a82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -584,7 +584,7 @@ virt-y              := virt/
 endif # KBUILD_EXTMOD
 
 ifeq ($(dot-config),1)
--include include/config/auto.conf
+include include/config/auto.conf
 endif
 
 # The all: target is the default when no target is given on the