repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
mainboard
/
google
/
brya
/
variants
/
taeko4es
/
Makefile.mk
blob
47f0432aeb129650b0a5e41892f70238796836c0
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
bootblock-y
+=
gpio.c
4
5
romstage-y
+=
gpio.c
6
7
romstage-y
+=
memory.c
8
9
ramstage-y
+=
gpio.c
10
11
ramstage-
$(
CONFIG_FW_CONFIG
) +=
fw_config.c
12
13
ramstage-
$(
CONFIG_FW_CONFIG
) +=
variant.c