mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
os: Move Genode::Config into 'config' library
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.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
TARGET = terminal
|
||||
SRC_CC = main.cc
|
||||
LIBS = base
|
||||
LIBS = base config
|
||||
SRC_BIN = $(notdir $(wildcard $(PRG_DIR)/*.tff))
|
||||
|
Reference in New Issue
Block a user