From 1a8faa2aa652d8d6c6c3daa83b1dac35ee27e64e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Apr 2015 02:34:00 -0400 Subject: sim: clean up SIM_EXTRA_OBJS references This variable was deleted in previous commits and is not used anymore. Prune any stray references to it. --- sim/ft32/ChangeLog | 4 ++++ sim/ft32/Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'sim/ft32') diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog index 7e87c63..d74e390 100644 --- a/sim/ft32/ChangeLog +++ b/sim/ft32/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 Mike Frysinger + + * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS). + 2015-03-31 Mike Frysinger * config.in, configure: Regenerate. diff --git a/sim/ft32/Makefile.in b/sim/ft32/Makefile.in index f16039a..e8c9bb5 100644 --- a/sim/ft32/Makefile.in +++ b/sim/ft32/Makefile.in @@ -42,7 +42,6 @@ SIM_OBJS = \ sim-signal.o \ sim-stop.o \ sim-trace.o \ - sim-utils.o \ - $(SIM_EXTRA_OBJS) + sim-utils.o ## COMMON_POST_CONFIG_FRAG -- cgit v1.1