repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/{mtl,ptl,tgl}: Fix incorrect reporting of S0ix
[coreboot.git]
/
src
/
mainboard
/
google
/
guybrush
/
variants
/
baseboard
/
Makefile.mk
blob
74d030dd74f7caf072116ed6a8255e797c86d858
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
bootblock-y
+=
gpio.c
4
bootblock-y
+=
helpers.c
5
6
romstage-y
+=
helpers.c
7
romstage-y
+=
gpio.c
8
9
ramstage-y
+=
gpio.c
10
ramstage-y
+=
helpers.c
11
12
verstage-y
+=
gpio.c
13
14
smm-y
+=
gpio.c