From 6c5e68f167caae6921cf717ed913f171de34d41d Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 17 Oct 2009 21:14:18 +0200 Subject: [PATCH] --- yaml --- r: 177683 b: refs/heads/master c: 24a675e8b86bef077e549a5ea2c6936989be4815 h: refs/heads/master i: 177681: d10b99164e59d68776189f5b418c92a7d9a34799 177679: 6a73227278d31b4eda06e6e31bcb92118c633ed1 v: v3 --- [refs] | 2 +- trunk/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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__