diff options
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/frv/local.mk b/sim/frv/local.mk index c1a1004..7d572fc 100644 --- a/sim/frv/local.mk +++ b/sim/frv/local.mk @@ -83,8 +83,7 @@ BUILT_SOURCES += %D%/eng.h %D%/mloop.c \ %D%/stamp-mloop -## This makes sure build tools are available before building the arch-subdirs. -SIM_ALL_RECURSIVE_DEPS += $(%C%_BUILD_OUTPUTS) +## Generating modules.c requires all sources to scan. %D%/modules.c: | $(%C%_BUILD_OUTPUTS) ## FIXME: Use of `mono' is wip. |