diff options
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/local.mk b/sim/erc32/local.mk index 1c6f7b3..b53bcf8 100644 --- a/sim/erc32/local.mk +++ b/sim/erc32/local.mk @@ -28,7 +28,7 @@ ## Helper targets for running make from the top-level due to run's sis.o. %D%/%.o: %D%/%.c | %D%/libsim.a $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) -C $(@D) $(@F) + $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) noinst_PROGRAMS += %D%/run %D%/sis |