aboutsummaryrefslogtreecommitdiff
path: root/src/soc/lowrisc/lowrisc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/lowrisc/lowrisc/Makefile.inc')
-rw-r--r--src/soc/lowrisc/lowrisc/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/lowrisc/lowrisc/Makefile.inc b/src/soc/lowrisc/lowrisc/Makefile.inc
new file mode 100644
index 0000000000..343c909377
--- /dev/null
+++ b/src/soc/lowrisc/lowrisc/Makefile.inc
@@ -0,0 +1,6 @@
+ifeq ($(CONFIG_SOC_LOWRISC_LOWRISC),y)
+
+romstage-y += cbmem.c
+ramstage-y += cbmem.c
+
+endif