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

FIX: make: Circular configs <- configs dependency dropped. (#13695)

This commit is contained in:
J Blackman 2024-06-18 05:30:08 +10:00 committed by GitHub
parent 7075ed67b8
commit 660018b1de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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