aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-04 18:54:21 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-04 18:54:21 +0000
commit80337b66a8e7a98963cb846f551d9ef533d7d489 (patch)
tree0e6617bcbfecc8047775488acfeb232d5f0969b2 /Makefile.target
parent54ca9095f046dfa03c3d093cc55f6d76b61864e1 (diff)
NIC emulation for qemu arm-softmmu (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1682 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 dd33e790ae..adc8537139 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -325,7 +325,7 @@ VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o
endif
endif
ifeq ($(TARGET_BASE_ARCH), arm)
-VL_OBJS+= integratorcp.o ps2.o
+VL_OBJS+= integratorcp.o ps2.o smc91c111.o
endif
ifdef CONFIG_GDBSTUB
VL_OBJS+=gdbstub.o