mb/clevo/cml-u: Move hda_verb.c to mainboard's Makefile
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 <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47820 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
32608cf87c
commit
aef866be11
|
@ -1 +1,2 @@
|
|||
ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c
|
||||
subdirs-y += variants/$(VARIANT_DIR)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
bootblock-y += bootblock.c
|
||||
romstage-y += romstage.c
|
||||
ramstage-y += ramstage.c
|
||||
ramstage-y += hda_verb.c
|
||||
SPD_SOURCES = samsung-K4AAG165WA-BCTD
|
||||
|
|
Loading…
Reference in New Issue