aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-21 15:06:37 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-21 15:06:37 +0000
commit7147da6f1198137a6605c330dac52301f4f81b08 (patch)
tree178122c08b73eef54bbffeb77aad3005ee1e77c4 /xen/arch/x86/Rules.mk
parent2bd0e7b9652a975f6dc89faf4eba904cf27f4d3b (diff)
downloadxen-7147da6f1198137a6605c330dac52301f4f81b08.tar.gz
xen-7147da6f1198137a6605c330dac52301f4f81b08.tar.bz2
xen-7147da6f1198137a6605c330dac52301f4f81b08.zip
Move vtd and amd iommu code to arch-generic location.
Signed-off-by: Weidong Han <weidong.han@intel.com>
Diffstat (limited to 'xen/arch/x86/Rules.mk')
-rw-r--r--xen/arch/x86/Rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index cbc2f1dadc..3c486be0ec 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -39,7 +39,9 @@ ifeq ($(supervisor_mode_kernel),y)
CFLAGS += -DCONFIG_X86_SUPERVISOR_MODE_KERNEL=1
endif
-ifeq ($(XEN_TARGET_ARCH),x86_32)
+x86 := y
+
+ifeq ($(TARGET_SUBARCH),x86_32)
x86_32 := y
x86_64 := n
endif