aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/overrides.mk
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-26 13:34:02 +0000
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-26 13:34:02 +0000
commit0900d4a0e144d38ff9ebae4de4bbae6b867d252b (patch)
tree8d6adb385e918ff8c811f0684a29c52e8c1aabe0 /unmodified_drivers/linux-2.6/overrides.mk
parentaacbdffaf8d19408facb5e8213bb7af8e22f3136 (diff)
downloadxen-0900d4a0e144d38ff9ebae4de4bbae6b867d252b.tar.gz
xen-0900d4a0e144d38ff9ebae4de4bbae6b867d252b.tar.bz2
xen-0900d4a0e144d38ff9ebae4de4bbae6b867d252b.zip
Cleanups for unmodified (pv-on-hvm) driver building.
- some cleanup to mkbuildtree - adjustment to the fake __supported_pte_mask definition (removing the export for x86-64 in native Linux is being discussed, so this shouldn't be i386 specific) - remove odd/unused defines (mostly CONFIG_*) in overrides.mk Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/overrides.mk')
-rw-r--r--unmodified_drivers/linux-2.6/overrides.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/unmodified_drivers/linux-2.6/overrides.mk b/unmodified_drivers/linux-2.6/overrides.mk
index 53a96d87a4..81416b2b10 100644
--- a/unmodified_drivers/linux-2.6/overrides.mk
+++ b/unmodified_drivers/linux-2.6/overrides.mk
@@ -4,9 +4,5 @@
#
# (i.e. we need the native config for things like -mregparm, but
# a Xen kernel to find the right headers)
-EXTRA_CFLAGS += -DCONFIG_VMX -DCONFIG_VMX_GUEST -DCONFIG_X86_XEN
-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 -I$(M)/compat-include -DHAVE_XEN_PLATFORM_COMPAT_H