summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-02 03:13:18 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-02 03:13:18 +0000
commit3fffc2234fc6551a78533fe544ba96106e58379a (patch)
tree628586beefd5d9df636df6bad8faa5e5b0d0890d /Makefile.target
parent4a109bfbca86934141d857bc9ed1a43cf4b1a940 (diff)
downloadhqemu-3fffc2234fc6551a78533fe544ba96106e58379a.zip
hqemu-3fffc2234fc6551a78533fe544ba96106e58379a.tar.gz
PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2379 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 b840cc7..dc9a965 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -370,7 +370,7 @@ ifeq ($(TARGET_BASE_ARCH), i386)
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 pcspk.o pc.o
VL_OBJS+= cirrus_vga.o mixeng.o apic.o parallel.o acpi.o piix_pci.o
-VL_OBJS+= usb-uhci.o
+VL_OBJS+= usb-uhci.o smbus_eeprom.o
CPPFLAGS += -DHAS_AUDIO
endif
ifeq ($(TARGET_BASE_ARCH), ppc)
OpenPOWER on IntegriCloud