diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
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 |