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

romstage-y += chromeos.c
ramstage-y += chromeos.c
bootblock-y += gpio.c
romstage-y += gpio.c

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