mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
40a5af42eb
This patch moves the base library from src/base to src/lib/base, flattens the library-internal directory structure, and moves the common parts of the library-description files to base/lib/mk/base.inc and base/lib/mk/base-common.inc. Furthermore, the patch fixes a few cosmetic issues (whitespace and comments only) that I encountered while browsing the result. Fixes #1952
11 lines
241 B
PHP
11 lines
241 B
PHP
#
|
|
# The content of this file is used for both native Genode as well as hybrid
|
|
# Linux/Genode programs. Hence, it must be void of any thread-related code.
|
|
#
|
|
|
|
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += platform_env.cc
|
|
|
|
LIBS += syscall cxx
|