From c8be0947f1d2665f9ddaca77c9739f55980551ac Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sat, 5 Dec 2020 19:11:25 +0100 Subject: mb/intel/coffeelake_rvp: Stop using headers for HDA verbs One of the variants lacks an hda_verb.h, and hda_verb.c can't be built. Follow-up changes will make mainboard hda_verb.c files always get built through AZALIA_PLUGIN_SUPPORT, and breaks building this contraption. Turn the headers into standalone compilation units to prevent this issue. Since they contain definitions, including them from multiple compilation units wasn't a good idea anyway. Change-Id: I00d968563539a4e1b8d1e12145293439d8358555 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/48360 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/mainboard/intel/coffeelake_rvp/hda_verb.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/mainboard/intel/coffeelake_rvp/hda_verb.c (limited to 'src/mainboard/intel/coffeelake_rvp/hda_verb.c') diff --git a/src/mainboard/intel/coffeelake_rvp/hda_verb.c b/src/mainboard/intel/coffeelake_rvp/hda_verb.c deleted file mode 100644 index c26029774e..0000000000 --- a/src/mainboard/intel/coffeelake_rvp/hda_verb.c +++ /dev/null @@ -1,3 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include "variant/hda_verb.h" -- cgit v1.2.3