make configs depend on prepend.txt

This commit is contained in:
David Holdeman 2024-03-21 16:10:19 -05:00 committed by rusefillc
parent fb59e17462
commit a8fb7f1c24
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ CONFIG_INPUTS = \
$(PROJECT_DIR)/console/binary/generated/output_channels.ini \
$(PROJECT_DIR)/console/binary/generated/data_logs.ini \
$(PROJECT_DIR)/console/binary/generated/fancy_content.ini \
$(PROJECT_DIR)/console/binary/generated/gauges.ini
$(PROJECT_DIR)/console/binary/generated/gauges.ini \
$(BOARD_DIR)/prepend.txt
# Build the generated pin code only if the connector directory exists
ifneq ("$(wildcard $(BOARD_DIR)/connectors)","")