diff --git a/[refs] b/[refs] index 85bbc749a17b..c2bd7d166301 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a2ff67c88211026afcbdbc190c13f705dae1b59 +refs/heads/master: 24a675e8b86bef077e549a5ea2c6936989be4815 diff --git a/trunk/Makefile b/trunk/Makefile index 33d4732a6c4a..07711786dc95 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -334,9 +334,8 @@ CFLAGS_GCOV = -fprofile-arcs -ftest-coverage # Use LINUXINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option -LINUXINCLUDE := -Iinclude \ +LINUXINCLUDE := -I$(srctree)/arch/$(hdr-arch)/include -Iinclude \ $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \ - -I$(srctree)/arch/$(hdr-arch)/include \ -include include/linux/autoconf.h KBUILD_CPPFLAGS := -D__KERNEL__