mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 14:49:31 +00:00
13 lines
284 B
Makefile
13 lines
284 B
Makefile
|
#
|
||
|
# \brief Implementation of the Genode thread-API
|
||
|
# \author Martin Stein
|
||
|
# \date 2012-04-16
|
||
|
#
|
||
|
|
||
|
# add C++ sources
|
||
|
SRC_CC += thread.cc thread_bootstrap.cc thread_support.cc
|
||
|
|
||
|
# declare source paths
|
||
|
vpath thread_support.cc $(REP_DIR)/src/base/
|
||
|
vpath % $(BASE_DIR)/src/base/thread/
|