diff options
Diffstat (limited to 'sim/frv/Makefile.in')
-rw-r--r-- | sim/frv/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index 295498e..ed7a592 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -32,8 +32,7 @@ SIM_OBJS = \ $(FRV_OBJS) \ traps.o interrupts.o memory.o cache.o pipeline.o \ profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \ - devices.o reset.o registers.o \ - $(frv_extra_objs) + devices.o reset.o registers.o # Extra headers included by sim-main.h. SIM_EXTRA_DEPS = \ |