mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-14 08:49:52 +00:00
ccffbb0dfc
Fixes #2184
13 lines
308 B
PHP
13 lines
308 B
PHP
#
|
|
# \brief Portions of base library shared by core and non-core components
|
|
# \author Norman Feske
|
|
# \author Martin Stein
|
|
# \date 2013-02-14
|
|
#
|
|
|
|
include $(BASE_DIR)/lib/mk/base-common.inc
|
|
|
|
SRC_CC += rpc_dispatch_loop.cc
|
|
SRC_CC += thread.cc thread_myself.cc thread_bootstrap.cc
|
|
SRC_CC += kernel/interface.cc
|