mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
8243329ad4
Originally, the convenience utility for accessing a process configuration came in the form of a header file. But this causes aliasing problems if multiple compilation units access the config while the configuration gets dynamically updated. Moving the implementation of the accessor to the singleton object into a library solves those problems.
4 lines
62 B
Makefile
4 lines
62 B
Makefile
SRC_CC = config.cc
|
|
|
|
vpath config.cc $(REP_DIR)/src/lib/config
|