aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 2215f185f1..a5c728baaf 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -339,7 +339,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 smc91c111.o
+VL_OBJS+= integratorcp.o ps2.o smc91c111.o pl110.o
endif
ifdef CONFIG_GDBSTUB
VL_OBJS+=gdbstub.o
@@ -439,6 +439,7 @@ endif
ifeq ($(TARGET_ARCH), arm)
op.o: op.c op_template.h
+pl110.o: pl110_template.h
endif
ifeq ($(TARGET_BASE_ARCH), sparc)