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
11 lines
249 B
Makefile
11 lines
249 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += base-pistachio-common syscall-pistachio 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
|