bsp/riscv: Add basic SMP startup

Update #3433.
This commit is contained in:
Sebastian Huber
2018-07-20 13:11:04 +02:00
parent 6b9ef097c3
commit 447fd894ae
8 changed files with 299 additions and 28 deletions

View File

@@ -61,7 +61,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/console/console-conf
librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/console/htif.c
if HAS_SMP
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspsmp-dummy.c
librtemsbsp_a_SOURCES += ../../../../../../bsps/riscv/riscv/start/bspsmp.c
endif
include $(top_srcdir)/../../../../automake/local.am