remove legacy DEPS_SUBMODULES in make

This commit is contained in:
hathach
2025-07-02 11:02:37 +07:00
parent 0d6cb38163
commit a42184b6fe
40 changed files with 1 additions and 67 deletions

View File

@@ -1,5 +1,3 @@
DEPS_SUBMODULES += lib/lwip
include ../../make.mk
# suppress warning caused by lwip

View File

@@ -142,7 +142,7 @@ endif
# get depenecies
.PHONY: get-deps
get-deps:
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
$(PYTHON) $(TOP)/tools/get_deps.py $(FAMILY)
size: $(BUILD)/$(PROJECT)
-@echo ''