aboutsummaryrefslogtreecommitdiff
path: root/sim/README-HACKING
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-25 14:38:48 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-10 01:15:23 -0500
commit7a1e1f94636358e642631869d0918e758feefd03 (patch)
treefe079ed79a0b6315935492165b86f5a8559ab4db /sim/README-HACKING
parent437eeee95c10c613d992fc786350618bbafcdf57 (diff)
downloadfsf-binutils-gdb-7a1e1f94636358e642631869d0918e758feefd03.zip
fsf-binutils-gdb-7a1e1f94636358e642631869d0918e758feefd03.tar.gz
fsf-binutils-gdb-7a1e1f94636358e642631869d0918e758feefd03.tar.bz2
sim: build: drop support for subdir extra deps
Nothing uses this hook anymore, so punt it. It was largely used to track generated files (which we do in the top-level now) and extra header files (which we use automake depgen for now).
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r--sim/README-HACKING3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING
index c47eef8..38d871b 100644
--- a/sim/README-HACKING
+++ b/sim/README-HACKING
@@ -46,9 +46,6 @@ The Makefile.in of a simulator using the common framework should look like:
# List of object files, less common parts.
SIM_OBJS =
-# List of extra dependencies.
-# Generally this consists of simulator specific files included by sim-main.h.
-SIM_EXTRA_DEPS =
# List of flags to always pass to $(CC).
SIM_EXTRA_CFLAGS =
# Dependency of `clean' to clean any extra files.