mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
f3fcb5f56f
The new function 'Platform_env::reload_parent_cap' triggers a reload of the parent capability and its respective resources. It is needed during the bootstrap of a new process forked from an existing Noux process.
7 lines
247 B
Makefile
7 lines
247 B
Makefile
SRC_CC = env.cc context_area.cc reload_parent_cap.cc
|
|
LIBS = ipc heap log_console lock
|
|
|
|
vpath env.cc $(REP_DIR)/src/base/env
|
|
vpath context_area.cc $(BASE_DIR)/src/base/env
|
|
vpath reload_parent_cap.cc $(BASE_DIR)/src/base/env
|