summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard2005-11-06 17:13:29 +0100
committerbellard2005-11-06 17:13:29 +0100
commita594cfbf3e1a38bc6f3908d7d0903d41e8ea9da8 (patch)
tree08a6cbb83a11db3d8c675b95cfe427dcd981ce81 /Makefile.target
parentserial load/save VM support (Vincent Pelletier) (diff)
downloadqemu-a594cfbf3e1a38bc6f3908d7d0903d41e8ea9da8.tar.gz
qemu-a594cfbf3e1a38bc6f3908d7d0903d41e8ea9da8.tar.xz
qemu-a594cfbf3e1a38bc6f3908d7d0903d41e8ea9da8.zip
USB user interface
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1603 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index a22b2e0807..30a21c5ee1 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -290,12 +290,14 @@ ifdef CONFIG_ADLIB
SOUND_HW += fmopl.o adlib.o
endif
+# USB layer
+VL_OBJS+= usb.o usb-uhci.o usb-linux.o usb-hid.o
+
ifeq ($(TARGET_BASE_ARCH), i386)
# Hardware support
VL_OBJS+= ide.o ne2000.o pckbd.o vga.o $(SOUND_HW) dma.o $(AUDIODRV)
VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o
VL_OBJS+= cirrus_vga.o mixeng.o apic.o parallel.o
-VL_OBJS+= usb.o usb-uhci.o usb-linux.o usb-hid.o
DEFINES += -DHAS_AUDIO
endif
ifeq ($(TARGET_BASE_ARCH), ppc)