add make config command

This commit is contained in:
David Holdeman 2024-02-10 19:54:56 -06:00 committed by rusefillc
parent 3adee4f543
commit dd800a77da
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
# If you wish to call make directly, here are the available commands:
#
# make docs-enums Generate docs and enums
# make config Generate docs, enums, and configs
# make Generate docs, enums, configs, and build firmware
# make bundle Generate docs, enums, configs, built bootloader, build firmware, and package both full and autoupdate bundles
#

View File

@ -65,3 +65,7 @@ else
bash $(PROJECT_DIR)/gen_config_board.sh $(BOARD_DIR) $(SHORT_BOARD_NAME)
endif
@touch $@
.PHONY: config
config: .config-sentinel