From b933423b3491b7e73846323f8d88edc11166ee0f Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 10 May 2022 17:55:47 -0400 Subject: [PATCH] docs --- firmware/gen_config_board.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/gen_config_board.sh b/firmware/gen_config_board.sh index 4e3ed69afe..57a527f1e4 100755 --- a/firmware/gen_config_board.sh +++ b/firmware/gen_config_board.sh @@ -61,6 +61,7 @@ java -DSystemOut.name=logs/gen_config_board \ [ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; } +# we generate both versions of the header but only one would be actually included due to conditional compilation see EFI_USE_COMPRESSED_INI_MSD # todo: make things consistent by # 0) having generated content not in the same folder with the tool generating content? # 1) using unique file name for each configuration?