mb/starlabs/lite: Move Verb Table to variant directory

Move the verb table to variant directory to allow for different tables
for different variants.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I4260188057d1c3b4e6ea7c82f085fad0cc244881
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62755
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Sean Rhodes 2022-03-11 09:33:50 +00:00 committed by Felix Held
parent b5fbb55f0c
commit 0b158d43df
3 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ subdirs-y += variants/$(VARIANT_DIR)
bootblock-y += bootblock.c
ramstage-y += devtree.c
ramstage-y += hda_verb.c
ramstage-y += mainboard.c
ramstage-y += smbios.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads

View File

@ -3,5 +3,6 @@
bootblock-y += gpio.c
ramstage-y += gpio.c
ramstage-y += hda_verb.c
romstage-y += romstage.c