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:
Norman Feske
2013-09-08 02:44:30 +02:00
parent a1effc5ad8
commit 8243329ad4
58 changed files with 191 additions and 153 deletions

View File

@ -1,4 +1,4 @@
TARGET = terminal
SRC_CC = main.cc
LIBS = base
LIBS = base config
SRC_BIN = $(notdir $(wildcard $(PRG_DIR)/*.tff))