]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - Makefile
[PATCH] kbuild: build breaks after -imacros was introduced
[mirror_ubuntu-artful-kernel.git] / Makefile
index 3152d6377eb20bb79a95850fabf7b6fee3a64ad2..83a3185670f1dd9b7e7a6520b68fd66dbdefc01b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)