mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 23:12:24 +00:00
57ec61fb4b
Fixes #2030
13 lines
304 B
Makefile
13 lines
304 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
|
|
SRC_CC += capability_space.cc capability_raw.cc
|
|
SRC_CC += attach_stack_area.cc
|