summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard2006-04-24 23:58:30 +0200
committerbellard2006-04-24 23:58:30 +0200
commitfd06c37550b43980e8d641bb109c219cbe001d13 (patch)
tree785a969324a3bcd45cce511775a15891e3cc673d /Makefile.target
parentHCHALTED status bit handling (Lonnie Mendez) (diff)
downloadqemu-fd06c37550b43980e8d641bb109c219cbe001d13.tar.gz
qemu-fd06c37550b43980e8d641bb109c219cbe001d13.tar.xz
qemu-fd06c37550b43980e8d641bb109c219cbe001d13.zip
PC speaker emulation (Joachim Henke)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1851 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index be2fcfe4a4..bbb755d2d6 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -310,7 +310,7 @@ VL_OBJS+= ne2000.o rtl8139.o
ifeq ($(TARGET_BASE_ARCH), i386)
# Hardware support
VL_OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o $(AUDIODRV)
-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 pcspk.o pc.o
VL_OBJS+= cirrus_vga.o mixeng.o apic.o parallel.o
DEFINES += -DHAS_AUDIO
endif