diff --git a/firmware/Makefile b/firmware/Makefile index 20748a5503..48d2723abc 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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 # diff --git a/firmware/rusefi_config.mk b/firmware/rusefi_config.mk index 4c396ccd29..33b860a589 100644 --- a/firmware/rusefi_config.mk +++ b/firmware/rusefi_config.mk @@ -65,3 +65,7 @@ else bash $(PROJECT_DIR)/gen_config_board.sh $(BOARD_DIR) $(SHORT_BOARD_NAME) endif @touch $@ + +.PHONY: config + +config: .config-sentinel