mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
a7a9855493
Include the necessary hooks to introduce file descriptor based capabilities in base linux. Issue #3581
8 lines
163 B
Makefile
8 lines
163 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += base-nova-common cxx timeout
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += signal.cc
|
|
SRC_CC += platform.cc
|