diff options
Diffstat (limited to 'sim/bfin')
-rw-r--r-- | sim/bfin/ChangeLog | 4 | ||||
-rw-r--r-- | sim/bfin/Makefile.in | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 921be9d..2168726 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS). + 2015-03-31 Mike Frysinger <vapier@gentoo.org> * config.in, configure: Regenerate. diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index a3dfd9f..10178d1 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -35,8 +35,7 @@ SIM_OBJS = \ sim-reason.o \ sim-reg.o \ sim-resume.o \ - sim-stop.o \ - $(SIM_EXTRA_OBJS) + sim-stop.o INCLUDE = bfin-sim.h |