coreboot-kgpe-d16/src/soc/ucb/riscv/Makefile.inc
Martin Roth 9231f0b92a soc: Add SPDX license headers to Makefiles
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>
2022-10-31 03:27:13 +00:00

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