summaryrefslogtreecommitdiff
path: root/src/soc/lowrisc/lowrisc/Makefile.inc
blob: ccd9a16945f435c2527f9cf00cff5cf4d7c3dc99 (plain)
1
2
3
4
5
6
7
8
ifeq ($(CONFIG_SOC_LOWRISC_LOWRISC),y)

bootblock-y += mtime.c
romstage-y += cbmem.c
ramstage-y += cbmem.c
ramstage-y += mtime.c

endif