diff options
Diffstat (limited to 'sim/bpf/local.mk')
-rw-r--r-- | sim/bpf/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/bpf/local.mk b/sim/bpf/local.mk index 4218999..80bf775 100644 --- a/sim/bpf/local.mk +++ b/sim/bpf/local.mk @@ -73,8 +73,7 @@ BUILT_SOURCES += \ %D%/mloop-be.c \ %D%/stamp-mloop-be -## 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) %D%/mloop-le.c %D%/eng-le.h: %D%/stamp-mloop-le ; @true |