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
13 lines
291 B
Makefile
13 lines
291 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += capability.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += raw_write_string.cc
|
|
SRC_CC += signal_receiver.cc
|
|
SRC_CC += stack_area_addr.cc
|
|
SRC_CC += native_utcb.cc
|
|
SRC_CC += platform.cc
|
|
|
|
LIBS += startup-hw base-hw-common cxx timeout-hw
|