diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-05 10:32:30 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-05 10:32:30 +0000 |
commit | d6bfa22f729500d1bc7f90a560ef278c22a2e291 (patch) | |
tree | 0d541cf6009823931daa06e8bb44c754956eeb92 /Makefile.target | |
parent | e6e5ad80d8c48934205092f8b6d5a5dbcd56658d (diff) | |
download | hqemu-d6bfa22f729500d1bc7f90a560ef278c22a2e291.zip hqemu-d6bfa22f729500d1bc7f90a560ef278c22a2e291.tar.gz |
Cirrus VGA emulation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@892 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index ac52093..c8ef716 100644 --- a/Makefile.target +++ b/Makefile.target @@ -237,7 +237,8 @@ VL_OBJS=vl.o osdep.o block.o monitor.o pci.o ifeq ($(TARGET_ARCH), i386) # Hardware support VL_OBJS+= ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o -VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o +VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o +VL_OBJS+= cirrus_vga.o endif ifeq ($(TARGET_ARCH), ppc) # Generic PPC support |