aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 23:02:28 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-14 20:41:24 -0500
commit068b723abc3f642f2fa5408908049d3d21a98588 (patch)
tree53ecaf0acefc883a428882ad45e3a718c790107d /sim/m68hc11
parent936b119d439cd67b691f5ee6eac6a8a8cb40c960 (diff)
downloadgdb-068b723abc3f642f2fa5408908049d3d21a98588.zip
gdb-068b723abc3f642f2fa5408908049d3d21a98588.tar.gz
gdb-068b723abc3f642f2fa5408908049d3d21a98588.tar.bz2
sim: build: drop AM_MAKEFLAGS settings
We don't have any recursive builds anymore, so we can drop this logic.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r--sim/m68hc11/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/m68hc11/local.mk b/sim/m68hc11/local.mk
index da4c259..8f881d5 100644
--- a/sim/m68hc11/local.mk
+++ b/sim/m68hc11/local.mk
@@ -57,7 +57,6 @@ noinst_LIBRARIES += %D%/libsim.a
noinst_PROGRAMS += %D%/run
%C%_SIM_EXTRA_HW_DEVICES = m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram
-AM_MAKEFLAGS += %C%_SIM_EXTRA_HW_DEVICES="$(%C%_SIM_EXTRA_HW_DEVICES)"
%C%_BUILD_OUTPUTS = \
%D%/gencode$(EXEEXT) \