blob: cdbb22ecb11f61e01122c6549505bd19aba4b43e (
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
romstage-y += chromeos.c
ramstage-y += chromeos.c
bootblock-y += gpio.c
romstage-y += gpio.c
bootblock-y += early_init.c
romstage-y += early_init.c
|