mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
37a93f53c4
It got lost on base-foc and also was not put into Genode namespace in the default implementation.
10 lines
237 B
PHP
10 lines
237 B
PHP
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += base-foc-common syscall-foc cxx
|
|
|
|
SRC_CC += cap_map_remove.cc cap_alloc.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += signal_transmitter.cc signal.cc
|
|
SRC_CC += stack_area_addr.cc
|