genode/os/lib/mk/config.mk
Norman Feske 8243329ad4 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.
2013-09-23 14:25:58 +02:00

4 lines
62 B
Makefile

SRC_CC = config.cc
vpath config.cc $(REP_DIR)/src/lib/config