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