mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
a7a9855493
Include the necessary hooks to introduce file descriptor based capabilities in base linux. Issue #3581
17 lines
422 B
Makefile
17 lines
422 B
Makefile
#
|
|
# \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 += startup-fiasco syscall-fiasco
|
|
|
|
SRC_CC += capability.cc capability_raw.cc
|
|
SRC_CC += rpc_dispatch_loop.cc
|
|
SRC_CC += rpc_entrypoint_manage.cc
|
|
SRC_CC += thread.cc thread_bootstrap.cc thread_myself.cc
|
|
SRC_CC += stack_area_addr.cc
|
|
SRC_CC += rpc_entry.cc
|