aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-16 18:20:03 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-16 18:20:03 +0100
commit25dd6e678d52e1bb70375ccb83e442414b3484c0 (patch)
treef64cd3b6d507b8058295a09ea2b5d9e64d7c0091 /xen/drivers/Makefile
parent09087301cb02f43430c8eb6becff9bb32bc5bbd6 (diff)
downloadxen-25dd6e678d52e1bb70375ccb83e442414b3484c0.tar.gz
xen-25dd6e678d52e1bb70375ccb83e442414b3484c0.tar.bz2
xen-25dd6e678d52e1bb70375ccb83e442414b3484c0.zip
[XEN] vga code cleanups and additions for other architectures.
Based on patches from Hollis Blanchard and Alex Williamson. Signed-off-by: Keir Fraser <keir@xensource.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 1d4c93fbbb..d622373c11 100644
--- a/xen/drivers/Makefile
+++ b/xen/drivers/Makefile
@@ -1,3 +1,3 @@
subdir-y += char
subdir-$(HAS_ACPI) += acpi
-subdir-y += video
+subdir-$(HAS_VGA) += video