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

bootblock-y += gpio.c
romstage-y += gpio.c
smm-y += smihandler.c

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