From aef866be11a0d5d2a84070e51da2f25c40936ad3 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 20 Nov 2020 22:20:01 +0000 Subject: mb/clevo/cml-u: Move hda_verb.c to mainboard's Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move hda_verb.c from the variant's Makefile to the mainboard's Makefile, because every variant needs one. Change-Id: Ia94813f68620abcff48de4fdb117466c91f6863c Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/47820 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/mainboard/clevo/cml-u/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/clevo/cml-u/Makefile.inc') diff --git a/src/mainboard/clevo/cml-u/Makefile.inc b/src/mainboard/clevo/cml-u/Makefile.inc index 6a388f27a1..1d9ed2d7a6 100644 --- a/src/mainboard/clevo/cml-u/Makefile.inc +++ b/src/mainboard/clevo/cml-u/Makefile.inc @@ -1 +1,2 @@ +ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c subdirs-y += variants/$(VARIANT_DIR) -- cgit v1.2.3