riscv: Add dummy SMP support

Update #3433.
This commit is contained in:
Sebastian Huber
2018-05-11 06:54:59 +02:00
parent 853c5ef890
commit 2086948a7b
5 changed files with 42 additions and 126 deletions

View File

@@ -61,6 +61,9 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
# debugio
librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/console/console-io.c
if HAS_SMP
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspsmp-dummy.c
endif
include $(top_srcdir)/../../../../automake/local.am
include $(srcdir)/../../../../../../bsps/shared/irq-sources.am