mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
FIX: make: Circular configs <- configs dependency dropped. (#13695)
This commit is contained in:
parent
7075ed67b8
commit
660018b1de
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -502,9 +502,6 @@ $(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue