mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
6 lines
203 B
Makefile
6 lines
203 B
Makefile
|
SRC_CC = thread.cc thread_start.cc thread_bootstrap.cc
|
||
|
INC_DIR += $(REP_DIR)/include/codezero/dummies
|
||
|
|
||
|
vpath thread_start.cc $(REP_DIR)/src/base/thread
|
||
|
vpath %.cc $(BASE_DIR)/src/base/thread
|