mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
7 lines
165 B
Makefile
7 lines
165 B
Makefile
|
SRC_CC = thread.cc thread_nova.cc
|
||
|
LIBS = thread_context
|
||
|
|
||
|
vpath thread.cc $(BASE_DIR)/src/base/thread
|
||
|
vpath thread_nova.cc $(REP_DIR)/src/base/thread
|
||
|
|