mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
26e8e0ebdd
This is a follow-up fix for fae63f4fa9
.
Thanks to Christian Prochaska for the patch.
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
|