diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 23:02:28 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-14 20:41:24 -0500 |
commit | 068b723abc3f642f2fa5408908049d3d21a98588 (patch) | |
tree | 53ecaf0acefc883a428882ad45e3a718c790107d /sim/bfin | |
parent | 936b119d439cd67b691f5ee6eac6a8a8cb40c960 (diff) | |
download | binutils-068b723abc3f642f2fa5408908049d3d21a98588.zip binutils-068b723abc3f642f2fa5408908049d3d21a98588.tar.gz binutils-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/bfin')
-rw-r--r-- | sim/bfin/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/bfin/local.mk b/sim/bfin/local.mk index 90b697e..17a5047 100644 --- a/sim/bfin/local.mk +++ b/sim/bfin/local.mk @@ -78,7 +78,6 @@ noinst_PROGRAMS += %D%/run bfin_wdog \ bfin_wp \ eth_phy -AM_MAKEFLAGS += %C%_SIM_EXTRA_HW_DEVICES="$(%C%_SIM_EXTRA_HW_DEVICES)" %D%/linux-fixed-code.h: @MAINT@ $(srcdir)/%D%/linux-fixed-code.s %D%/local.mk %D%/$(am__dirstamp) $(AM_V_GEN)$(AS_FOR_TARGET_BFIN) $(srcdir)/%D%/linux-fixed-code.s -o %D%/linux-fixed-code.o |