diff --git a/Makefile b/Makefile index 3b639c72551..ef019002e21 100644 --- a/Makefile +++ b/Makefile @@ -501,6 +501,9 @@ $(CONFIGS_CLEAN): ## clean_all : clean all targets clean_all: $(TARGETS_CLEAN) test_clean +## configs : Hydrate configuration +configs: configs + TARGETS_FLASH = $(addsuffix _flash,$(BASE_TARGETS)) ## _flash : build and flash a target