2018-09-26 14:48:25 +02:00
|
|
|
#
|
|
|
|
# \brief Portions of base library shared by core and non-core processes
|
|
|
|
# \author Norman Feske
|
|
|
|
# \date 2013-02-14
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(BASE_DIR)/lib/mk/base-common.inc
|
|
|
|
|
|
|
|
LIBS += syscall-foc startup-foc
|
|
|
|
|
|
|
|
SRC_CC += spin_lock.cc cap_map.cc
|
|
|
|
SRC_CC += rpc_dispatch_loop.cc
|
2020-02-19 11:35:13 +01:00
|
|
|
SRC_CC += rpc_entrypoint_manage.cc
|
2018-09-26 14:48:25 +02:00
|
|
|
SRC_CC += thread.cc thread_bootstrap.cc thread_myself.cc utcb.cc
|
|
|
|
SRC_CC += capability.cc
|
|
|
|
SRC_CC += signal_source_client.cc
|
2020-02-19 11:35:13 +01:00
|
|
|
SRC_CC += platform.cc
|
|
|
|
SRC_CC += rpc_entry.cc
|