mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +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
12 lines
226 B
Makefile
12 lines
226 B
Makefile
#
|
|
# \brief Base lib parts that are not used by hybrid applications
|
|
# \author Sebastian Sumpf
|
|
# \date 2014-02-21
|
|
#
|
|
|
|
include $(REP_DIR)/lib/mk/base.inc
|
|
|
|
LIBS += startup
|
|
SRC_CC += thread.cc thread_myself.cc thread_linux.cc
|
|
|