aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/arm/Makefile.in')
-rw-r--r--sim/arm/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
index e2f2b3c..19a9bca 100644
--- a/sim/arm/Makefile.in
+++ b/sim/arm/Makefile.in
@@ -20,15 +20,17 @@
SIM_EXTRA_CFLAGS = -DMODET -DNEED_UI_LOOP_HOOK
-SIM_OBJS = armcopro.o armemu26.o armemu32.o arminit.o armos.o armsupp.o \
- armvirt.o bag.o thumbemu.o wrapper.o sim-load.o
+COPRO=@COPRO@
+
+SIM_OBJS = armemu26.o armemu32.o arminit.o armos.o armsupp.o \
+ armvirt.o bag.o thumbemu.o wrapper.o sim-load.o $(COPRO)
## COMMON_POST_CONFIG_FRAG
armos.o: armos.c armdefs.h armos.h armfpe.h
-armcopro.o: armcopro.c armdefs.h
+armcopro.o: armcopro.c armdefs.h
armemu26.o: armemu.c armdefs.h armemu.h
$(CC) -c $< -o armemu26.o $(ALL_CFLAGS)