aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-09 12:47:31 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-09 12:47:31 +0100
commitb79e6e11f8aee9491f6cf60ae21669ce66d4b4e4 (patch)
tree4639a38cc62af9e8844a56dc3412e193a85f3ed5 /xen/drivers/Makefile
parentaa2c2fc5085c008e6401037eca683a55be374ec5 (diff)
downloadxen-b79e6e11f8aee9491f6cf60ae21669ce66d4b4e4.tar.gz
xen-b79e6e11f8aee9491f6cf60ae21669ce66d4b4e4.tar.bz2
xen-b79e6e11f8aee9491f6cf60ae21669ce66d4b4e4.zip
vtd: Make some pci access functions architecture independent.
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/drivers/Makefile b/xen/drivers/Makefile
index e88cd2ffe8..14c74611ba 100644
--- a/xen/drivers/Makefile
+++ b/xen/drivers/Makefile
@@ -1,5 +1,6 @@
subdir-y += char
subdir-y += cpufreq
+subdir-y += pci
subdir-$(x86) += passthrough
subdir-$(HAS_ACPI) += acpi
subdir-$(HAS_VGA) += video