From c6250fee6e5e9833cfcc4f6e8f8541ff67ca203a Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Thu, 22 Feb 2024 20:50:02 +0100 Subject: [PATCH] Add autocomplete for hydrating configuration (#13378) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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