mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 04:26:45 +00:00
9 lines
192 B
Makefile
9 lines
192 B
Makefile
|
include $(REP_DIR)/lib/mk/base.inc
|
||
|
|
||
|
LIBS += startup cxx
|
||
|
|
||
|
SRC_CC += thread.cc thread_linux.cc
|
||
|
|
||
|
vpath thread.cc $(BASE_DIR)/src/base/thread
|
||
|
vpath thread_linux.cc $(REP_DIR)/src/base/thread
|