mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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
|
|
|