summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/l520/Makefile.inc
blob: 35e9fb9df81f4a88e9b1d6ea0e8c9212a659af55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##
##
##
## 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