coreboot-kgpe-d16/src/soc/ucb/riscv/Makefile.inc

7 lines
85 B
PHP
Raw Normal View History

ifeq ($(CONFIG_SOC_UCB_RISCV),y)
romstage-y += cbmem.c
ramstage-y += cbmem.c
endif