Other variants would be added later. Change-Id: Ic6af14f0aa7a6f7378048f3c38d5713c18950366 Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41509 Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
10 lines
396 B
Makefile
10 lines
396 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
smm-y += smihandler.c
|
|
bootblock-y += variants/$(VARIANT_DIR)/early_init.c
|
|
bootblock-y += variants/$(VARIANT_DIR)/gpio.c
|
|
romstage-y += variants/$(VARIANT_DIR)/early_init.c
|
|
romstage-y += variants/$(VARIANT_DIR)/gpio.c
|
|
ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c
|
|
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += variants/$(VARIANT_DIR)/gma-mainboard.ads
|