mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
a7a9855493
Include the necessary hooks to introduce file descriptor based capabilities in base linux. Issue #3581
18 lines
386 B
Makefile
18 lines
386 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 += syscall-linux
|
|
|
|
SRC_CC += region_map_mmap.cc debug.cc
|
|
SRC_CC += rpc_dispatch_loop.cc
|
|
SRC_CC += rpc_entrypoint_manage.cc
|
|
SRC_CC += thread_env.cc
|
|
SRC_CC += capability.cc
|
|
SRC_CC += platform.cc
|
|
SRC_CC += rpc_entry.cc
|