mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
a7a9855493
Include the necessary hooks to introduce file descriptor based capabilities in base linux. Issue #3581
10 lines
238 B
Makefile
10 lines
238 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += base-okl4-common syscall-okl4 cxx timeout
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += capability_space.cc
|
|
SRC_CC += signal_transmitter.cc
|
|
SRC_CC += signal.cc
|
|
SRC_CC += platform.cc
|