blob: 954b9d241218bd277e63ed09fc288d0695d11769 (
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-or-later
##
bootblock-y += gpio.c
romstage-y += memory.c
ramstage-y += gpio.c
smm-y += gpio.c
|