aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-04 12:42:56 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-04 12:42:56 +0100
commit2faa4bfdeadbe529008c26d39fa0c4dfa83a7cbe (patch)
treef5ae39d9916d620e337e00a0d9a56015822c8043 /unmodified_drivers
parenta03bd60cee72d1d7f025398c98130da7a011492e (diff)
downloadxen-2faa4bfdeadbe529008c26d39fa0c4dfa83a7cbe.tar.gz
xen-2faa4bfdeadbe529008c26d39fa0c4dfa83a7cbe.tar.bz2
xen-2faa4bfdeadbe529008c26d39fa0c4dfa83a7cbe.zip
linux pvdrv: generalize location of autoconf.h
The location of the file in the build tree changed in recent Linux; since there can be only one such file, using a wild card instead of an explicit directory name seems the easiest solution. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'unmodified_drivers')
-rw-r--r--unmodified_drivers/linux-2.6/overrides.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/overrides.mk b/unmodified_drivers/linux-2.6/overrides.mk
index f30426eb19..803eccd3be 100644
--- a/unmodified_drivers/linux-2.6/overrides.mk
+++ b/unmodified_drivers/linux-2.6/overrides.mk
@@ -11,7 +11,7 @@ ifeq ($(ARCH),ia64)
_XEN_CPPFLAGS += -DCONFIG_VMX_GUEST
endif
-_XEN_CPPFLAGS += -include $(objtree)/include/linux/autoconf.h
+_XEN_CPPFLAGS += -include $(wildcard $(objtree)/include/*/autoconf.h)
EXTRA_CFLAGS += $(_XEN_CPPFLAGS)
EXTRA_AFLAGS += $(_XEN_CPPFLAGS)