9231f0b92a
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ic875708697f07b6dae09d27dbd67eb8b960749f0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
10 lines
149 B
Makefile
10 lines
149 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
ifeq ($(CONFIG_SOC_UCB_RISCV),y)
|
|
|
|
romstage-y += cbmem.c
|
|
|
|
ramstage-y += cbmem.c
|
|
|
|
ramstage-y += chip.c
|
|
|
|
endif
|