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