Skip to content

Commit

Permalink
Add all_configs make target to build all FC configs (betaflight#13660)
Browse files Browse the repository at this point in the history
* Add configs_all make target to build all FC configs

* Update Makefile

Change from `configs_all` to `all_configs`.

Co-authored-by: Mark Haslinghuis <[email protected]>

---------

Co-authored-by: Mark Haslinghuis <[email protected]>
  • Loading branch information
SteveCEvans and haslinghuis authored Jul 27, 2024
1 parent e43b33a commit 7ee2c99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))

## <TARGET>_flash : build and flash a target
Expand Down

0 comments on commit 7ee2c99

Please sign in to comment.