mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
3489672bc0
This patch replaces the internal use 'env_deprecated()' from the implementation of the thread API in the base library. It also replaces the global accessor 'main_thread_cap' by the explicit propagation of the main-thread's capability to the single point of use via a new 'init_thread_bootstap' function. Issue #4784
10 lines
249 B
PHP
10 lines
249 B
PHP
SRC_CC += default_log.cc
|
|
SRC_CC += platform.cc stack_area.cc
|
|
SRC_CC += rpc_cap_alloc.cc heartbeat.cc
|
|
SRC_CC += vm.cc
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/base
|
|
vpath %.cc $(BASE_DIR)/src/lib/base
|
|
|
|
INC_DIR += $(REP_DIR)/src/include $(BASE_DIR)/src/include
|