aboutsummaryrefslogtreecommitdiff
path: root/src/soc/ucb/riscv/Makefile.inc
blob: c96e3637b7baaa6ba4d65fd2e1f817c001858a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifeq ($(CONFIG_SOC_UCB_RISCV),y)

bootblock-y += mtime.c
bootblock-y += ipi.c

romstage-y += cbmem.c
romstage-y += ipi.c

ramstage-y += cbmem.c
ramstage-y += mtime.c
ramstage-y += ipi.c

endif