diff options
Diffstat (limited to 'sim/lm32/local.mk')
-rw-r--r-- | sim/lm32/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/lm32/local.mk b/sim/lm32/local.mk index 3f96064..311de7d 100644 --- a/sim/lm32/local.mk +++ b/sim/lm32/local.mk @@ -35,6 +35,7 @@ BUILT_SOURCES += %D%/eng.h ## This makes sure build tools are available before building the arch-subdirs. SIM_ALL_RECURSIVE_DEPS += $(%C%_BUILD_OUTPUTS) +%D%/modules.c: | $(%C%_BUILD_OUTPUTS) ## FIXME: Use of `mono' is wip. %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true |