blob: cab4a5e1944ccf78818e20262caf52884014fa06 (
plain)
1
2
3
4
5
6
7
|
## SPDX-License-Identifier: GPL-2.0-or-later
## This file is part of the coreboot project.
bootblock-y += bootblock.c
ramstage-y += ramstage.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
|