Explorar el Código

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

make: Add missing BUILD_DEP include
Christopher Haster hace 5 meses
padre
commit
2acf939a00
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: