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
10 lines
231 B
Makefile
10 lines
231 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += syscall-fiasco base-fiasco-common cxx timeout
|
|
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += capability_space.cc
|
|
SRC_CC += signal_transmitter.cc signal.cc
|
|
SRC_CC += platform.cc
|