mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 14:18:27 +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
|