diff options
Diffstat (limited to 'sim/ft32')
-rw-r--r-- | sim/ft32/ChangeLog | 5 | ||||
-rw-r--r-- | sim/ft32/Makefile.in | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index 00ddbdd..a306ffe 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -1,3 +1,8 @@ +2015-11-15 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and + sim-stop.o. + 2015-11-14 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_OBJS): Delete objects listed in diff --git a/sim/ft32/Makefile.in b/sim/ft32/Makefile.in index 13dcfcb..090507f 100644 --- a/sim/ft32/Makefile.in +++ b/sim/ft32/Makefile.in @@ -22,9 +22,6 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ interp.o \ sim-hload.o \ - sim-reason.o \ - sim-reg.o \ - sim-resume.o \ - sim-stop.o + sim-resume.o ## COMMON_POST_CONFIG_FRAG |