diff options
Diffstat (limited to 'sim/iq2000/Makefile.in')
-rw-r--r-- | sim/iq2000/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in index 57ce255..8068e60 100644 --- a/sim/iq2000/Makefile.in +++ b/sim/iq2000/Makefile.in @@ -19,9 +19,6 @@ IQ2000_OBJS = iq2000.o cpu.o decode.o sem.o model.o mloop.o -CONFIG_DEVICES = dv-sockser.o -CONFIG_DEVICES = - SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ @@ -32,8 +29,7 @@ SIM_OBJS = \ cgen-utils.o cgen-trace.o cgen-scache.o \ cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ sim-if.o arch.o \ - $(IQ2000_OBJS) \ - $(CONFIG_DEVICES) + $(IQ2000_OBJS) # Extra headers included by sim-main.h. SIM_EXTRA_DEPS = \ |