summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x220/Makefile.inc
blob: d478753a4cf4bfe8a68540bcacb0fecea6cdfc7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only

smm-y += smihandler.c
bootblock-y += variants/$(VARIANT_DIR)/gpio.c
romstage-y += variants/$(VARIANT_DIR)/gpio.c
romstage-y += variants/$(VARIANT_DIR)/romstage.c

ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
bootblock-y += early_init.c
romstage-y += early_init.c