aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-20 15:15:19 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-20 15:15:19 +0100
commit39bd20538e458cd6627eafa40a6378361b464304 (patch)
treecf631c2c451ea6a56d46f998082ce7c371309e32 /xen/drivers/Makefile
parentaeb7d7395583e3c3b268d8c93730e8a1fdf21f5a (diff)
downloadxen-39bd20538e458cd6627eafa40a6378361b464304.tar.gz
xen-39bd20538e458cd6627eafa40a6378361b464304.tar.bz2
xen-39bd20538e458cd6627eafa40a6378361b464304.zip
Add some necessary files to build IA64 VT-d.
Signed-off-by: Anthony Xu <anthony.xu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'xen/drivers/Makefile')
-rw-r--r--xen/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/drivers/Makefile b/xen/drivers/Makefile
index 14c74611ba..eb4fb61554 100644
--- a/xen/drivers/Makefile
+++ b/xen/drivers/Makefile
@@ -1,6 +1,6 @@
subdir-y += char
subdir-y += cpufreq
subdir-y += pci
-subdir-$(x86) += passthrough
+subdir-y += passthrough
subdir-$(HAS_ACPI) += acpi
subdir-$(HAS_VGA) += video