aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-29 09:17:38 +0000
committerKeir Fraser <keir@xensource.com>2007-10-29 09:17:38 +0000
commit8ee4d89b7260fe7a4a5ba334146707715b4dca3c (patch)
tree951a9a321b5d8846ddf76631f56cc22244bee96b /xen/arch/x86/hvm/Makefile
parent20e7b4098f625f874158b0e166f2f9db9d043c5a (diff)
downloadxen-8ee4d89b7260fe7a4a5ba334146707715b4dca3c.tar.gz
xen-8ee4d89b7260fe7a4a5ba334146707715b4dca3c.tar.bz2
xen-8ee4d89b7260fe7a4a5ba334146707715b4dca3c.zip
x86, hvm: Clean up code style in stdvga code and do not compile for
32-bit hypervisor (it doesn't work). Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/hvm/Makefile')
-rw-r--r--xen/arch/x86/hvm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
index bb2e0e42c1..514ca34a1b 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -17,4 +17,5 @@ obj-y += vioapic.o
obj-y += vlapic.o
obj-y += vpic.o
obj-y += save.o
-obj-y += stdvga.o
+
+obj-$(x86_64) += stdvga.o