Browse Source

Merge pull request #1106 from littlefs-project/fix-make-build-dep

make: Add missing BUILD_DEP include
Christopher Haster 5 months ago
parent
commit
2acf939a00
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -475,6 +475,7 @@ benchmarks-diff: $(BENCH_CSV)
 # rules
 -include $(DEP)
 -include $(TEST_DEP)
+-include $(BENCH_DEP)
 .SUFFIXES:
 .SECONDARY: