aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-native
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-05-30 13:10:20 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-05-30 13:10:20 +0100
commit0055a08a1aa38080c32d05171169ee1a78f02288 (patch)
tree883b820fdfab1c636d994c665a98859809352b96 /buildconfigs/mk.linux-2.6-native
parentca938d8cc6d30f0c99e631e6fb050ce1c921ab08 (diff)
downloadxen-0055a08a1aa38080c32d05171169ee1a78f02288.tar.gz
xen-0055a08a1aa38080c32d05171169ee1a78f02288.tar.bz2
xen-0055a08a1aa38080c32d05171169ee1a78f02288.zip
Check for mismatch between headers shared by Linux and Xen.
This is only enabled for the linux-2.6-xen tree and is intended to ensure that the separate Linux tree stays up to date once we switch away from the sparse tree. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-native')
-rw-r--r--buildconfigs/mk.linux-2.6-native3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-native b/buildconfigs/mk.linux-2.6-native
index 09ed18efde..0541c1319f 100644
--- a/buildconfigs/mk.linux-2.6-native
+++ b/buildconfigs/mk.linux-2.6-native
@@ -1,4 +1,7 @@
EXTRAVERSION = -native
IMAGE_TARGET = bzImage
INSTALL_BOOT_PATH = $(DESTDIR)/boot
+
+XEN_LINUX_ALLOW_INTERFACE_MISMATCH := y
+
include buildconfigs/mk.linux-2.6-xen