mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-05 05:24:13 +00:00
ccffbb0dfc
Fixes #2184
13 lines
328 B
Makefile
13 lines
328 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-linux.inc
|
|
|
|
LIBS += startup base-linux-common
|
|
SRC_CC += thread.cc thread_myself.cc thread_linux.cc
|
|
SRC_CC += capability_space.cc capability_raw.cc
|
|
SRC_CC += attach_stack_area.cc
|