mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-03 17:51:02 +00:00
26e8e0ebdd
This is a follow-up fix for fae63f4fa9df237a5fa3d658b870def17e82f265. 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
|