1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

Add autocomplete for hydrating configuration (#13378)

This commit is contained in:
Mark Haslinghuis 2024-02-22 20:50:02 +01:00 committed by GitHub
parent 92d5460b92
commit c6250fee6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -501,6 +501,9 @@ $(CONFIGS_CLEAN):
## clean_all : clean all targets ## clean_all : clean all targets
clean_all: $(TARGETS_CLEAN) test_clean clean_all: $(TARGETS_CLEAN) test_clean
## configs : Hydrate configuration
configs: configs
TARGETS_FLASH = $(addsuffix _flash,$(BASE_TARGETS)) TARGETS_FLASH = $(addsuffix _flash,$(BASE_TARGETS))
## <TARGET>_flash : build and flash a target ## <TARGET>_flash : build and flash a target