diff --git a/scripts/coreboot-hda.sh b/scripts/coreboot-hda.sh index b11e9d3..9e92aee 100755 --- a/scripts/coreboot-hda.sh +++ b/scripts/coreboot-hda.sh @@ -11,9 +11,6 @@ fi cat <<"EOF" /* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef HDA_VERB_H -#define HDA_VERB_H - #include const u32 cim_verb_data[] = { @@ -53,6 +50,4 @@ cat <<"EOF" const u32 pc_beep_verbs[] = {}; AZALIA_ARRAY_SIZES; - -#endif EOF diff --git a/scripts/generate.sh b/scripts/generate.sh index 616f928..db74e6d 100755 --- a/scripts/generate.sh +++ b/scripts/generate.sh @@ -49,7 +49,7 @@ cargo build --release --manifest-path=tools/coreboot-collector/Cargo.toml sudo ./tools/coreboot-collector/target/release/coreboot-collector > "${MODEL_DIR}/coreboot-collector.txt" ${SCRIPT_DIR}/coreboot-gpio.sh "${MODEL_DIR}/coreboot-collector.txt" > "${MODEL_DIR}/gpio.h" -${SCRIPT_DIR}/coreboot-hda.sh "${MODEL_DIR}/coreboot-collector.txt" > "${MODEL_DIR}/hda.h" +${SCRIPT_DIR}/coreboot-hda.sh "${MODEL_DIR}/coreboot-collector.txt" > "${MODEL_DIR}/hda_verb.c" # Get the flash descriptor and Intel ME blobs make -C coreboot/util/ifdtool