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
/
emulation
/
spike-riscv
/
Makefile.mk
blob
fc5a7b32d086fb157953452541d70b48005897ff
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
bootblock-y
+=
uart.c
4
bootblock-y
+=
rom_media.c
5
bootblock-y
+=
clint.c
6
romstage-y
+=
romstage.c
7
romstage-y
+=
uart.c
8
romstage-y
+=
rom_media.c
9
romstage-y
+=
clint.c
10
ramstage-y
+=
uart.c
11
ramstage-y
+=
rom_media.c
12
ramstage-y
+=
clint.c