blob: ad55a51e30088c9a80a77361cf0c273da2f02367 (
plain)
1
2
3
4
5
6
7
8
9
10
|
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
smm-y += smihandler.c
romstage-y += gpio.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
|