This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2025-01-06 05:54:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fd401bdf53
genode
/
repos
/
os
/
src
/
test
/
trace
/
target.mk
4 lines
58 B
Makefile
Raw
Normal View
History
Unescape
Escape
core: TRACE service interface and implementation
2013-08-10 01:44:55 +00:00
TARGET
=
test-trace
SRC_CC
=
main.cc
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-08 00:44:30 +00:00
LIBS
+=
base config
Reference in New Issue
Copy Permalink