cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / emulation / spike-riscv / Makefile.mk
blobfc5a7b32d086fb157953452541d70b48005897ff
1 ## SPDX-License-Identifier: GPL-2.0-only
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