diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-03 20:26:01 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-04 13:58:42 +0700 |
commit | 9146585a05aa162e57d13bd2264f7dc84117c40d (patch) | |
tree | 5536cff656d0cb2058f4b2e43f77c59548c9af2a /sim/d10v | |
parent | sim: don't hardcode -ldl for SDL support (diff) | |
download | binutils-gdb-9146585a05aa162e57d13bd2264f7dc84117c40d.tar.gz binutils-gdb-9146585a05aa162e57d13bd2264f7dc84117c40d.tar.bz2 binutils-gdb-9146585a05aa162e57d13bd2264f7dc84117c40d.zip |
sim: build: remove various obsolete generation dep variables
These manual settings were necessary when we weren't doing automatic
header dependency tracking. That was changed a while ago, and we use
automake now to do it all for us. As a result, many of these vars
aren't even referenced anymore.
Further, some of the source file generation (e.g. .c files, or igen,
or cgen outputs) were moved to the common automake build, and it takes
care of dependency tracking for us with the object files.
Diffstat (limited to 'sim/d10v')
-rw-r--r-- | sim/d10v/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 458fd80eb67..0437e803fe5 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -25,9 +25,4 @@ SIM_OBJS = \ simops.o \ endian.o -SIM_EXTRA_DEPS = simops.h - -INCLUDE = d10v_sim.h $(srcroot)/include/sim/callback.h endian.c \ - $(srcroot)/include/gdb/sim-d10v.h - ## COMMON_POST_CONFIG_FRAG |