diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 02:43:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 02:43:11 -0500 |
commit | d2dfd2424284bedaade2a203a51ea82364270a92 (patch) | |
tree | 9f8eec658f2ab79043c7ec5a2c81274a9b473d1b /sim/ft32/Makefile.in | |
parent | 6e4f085c7f459e0777a71bcb61ed3aa8257fa386 (diff) | |
download | gdb-d2dfd2424284bedaade2a203a51ea82364270a92.zip gdb-d2dfd2424284bedaade2a203a51ea82364270a92.tar.gz gdb-d2dfd2424284bedaade2a203a51ea82364270a92.tar.bz2 |
sim: clean up redundant objects
Some of the target makefiles listed objects that were already pulled in
via SIM_NEW_COMMON_OBJS. Clean those up.
Diffstat (limited to 'sim/ft32/Makefile.in')
-rw-r--r-- | sim/ft32/Makefile.in | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sim/ft32/Makefile.in b/sim/ft32/Makefile.in index 69bf060..13dcfcb 100644 --- a/sim/ft32/Makefile.in +++ b/sim/ft32/Makefile.in @@ -21,25 +21,10 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ interp.o \ - sim-bits.o \ - sim-config.o \ - sim-core.o \ - sim-endian.o \ - sim-events.o \ - sim-fpu.o \ sim-hload.o \ - sim-io.o \ - sim-load.o \ - sim-memopt.o \ - sim-module.o \ - sim-options.o \ - sim-profile.o \ sim-reason.o \ sim-reg.o \ sim-resume.o \ - sim-signal.o \ - sim-stop.o \ - sim-trace.o \ - sim-utils.o + sim-stop.o ## COMMON_POST_CONFIG_FRAG |