diff --git a/Makefile b/Makefile index 28b00947a92..11ffbcf8f33 100644 --- a/Makefile +++ b/Makefile @@ -502,6 +502,12 @@ $(CONFIGS_CLEAN): ## clean_all : clean all targets clean_all: $(TARGETS_CLEAN) test_clean +## configs : Hydrate configuration +configs: configs + +## all_configs : Build all configs +all_configs: $(BASE_CONFIGS) + TARGETS_FLASH = $(addsuffix _flash,$(BASE_TARGETS)) ## _flash : build and flash a target