aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/overrides.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2006-10-25 13:58:30 +0100
committerIan Campbell <ian.campbell@xensource.com>2006-10-25 13:58:30 +0100
commit06b12ba822be1347e4eba853fc5cd3b1f23e4595 (patch)
treed0d74215e04d965ae0ae3693e452b271f16a58ee /unmodified_drivers/linux-2.6/overrides.mk
parent5631980c094604f5d64d22b4fa679a3eb152f303 (diff)
downloadxen-06b12ba822be1347e4eba853fc5cd3b1f23e4595.tar.gz
xen-06b12ba822be1347e4eba853fc5cd3b1f23e4595.tar.bz2
xen-06b12ba822be1347e4eba853fc5cd3b1f23e4595.zip
PV-on-HVM: Add infrastructure for a compatibility shim in order to
support PV-on-HVM drivers for older kernel releases. The compatability code is included in the xen-platform-pci module since this module underpins all the others. Signed-off-by: Ian Campbell <ian.campbell@xensource.com> Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com> Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/overrides.mk')
-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 74ef12c4c9..53a96d87a4 100644
--- a/unmodified_drivers/linux-2.6/overrides.mk
+++ b/unmodified_drivers/linux-2.6/overrides.mk
@@ -9,4 +9,4 @@ EXTRA_CFLAGS += -DCONFIG_XEN_SHADOW_MODE -DCONFIG_XEN_SHADOW_TRANSLATE
EXTRA_CFLAGS += -DCONFIG_XEN_BLKDEV_GRANT -DXEN_EVTCHN_MASK_OPS
EXTRA_CFLAGS += -DCONFIG_XEN_NETDEV_GRANT_RX -DCONFIG_XEN_NETDEV_GRANT_TX
EXTRA_CFLAGS += -D__XEN_INTERFACE_VERSION__=0x00030202
-EXTRA_CFLAGS += -I$(M)/include
+EXTRA_CFLAGS += -I$(M)/include -I$(M)/compat-include -DHAVE_XEN_PLATFORM_COMPAT_H