aboutsummaryrefslogtreecommitdiff
path: root/framework/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/Makefile')
-rw-r--r--framework/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/Makefile b/framework/src/Makefile
index b83968e..61512ce 100644
--- a/framework/src/Makefile
+++ b/framework/src/Makefile
@@ -14,6 +14,10 @@ BS_LIB_SOURCES += fwk_interrupt.c
BS_LIB_SOURCES += fwk_mm.c
BS_LIB_SOURCES += fwk_module.c
BS_LIB_SOURCES += fwk_slist.c
+ifeq ($(BUILD_HAS_OPENAMP),yes)
+ BS_LIB_SOURCES += openamp/rpmsg.c
+ BS_LIB_SOURCES += openamp/rpmsg_client.c
+endif
ifeq ($(BUILD_HAS_MULTITHREADING),yes)
BS_LIB_SOURCES += fwk_multi_thread.c
else