blob: 75104bf6d1b10ca2f8576f2ce27f76797e824ec8 (
plain)
1
2
3
4
5
6
7
8
9
|
## SPDX-License-Identifier: GPL-2.0-or-later
## This file is part of the coreboot project.
bootblock-y += com_init.c
ramstage-y += gpio.c
ramstage-y += irqroute.c
ramstage-y += ramstage.c
ramstage-y += spi_vscc.c
|