genode/repos/base-sel4/src/test/sel4/target.mk
2015-05-26 09:39:56 +02:00

13 lines
302 B
Makefile

TARGET = test-sel4
SRC_CC = main.cc context_area.cc mini_env.cc thread.cc
LIBS = base-common core_printf syscall
vpath %.cc $(BASE_DIR)/src
SRC_CC += thread_sel4.cc
vpath thread_sel4.cc $(REP_DIR)/src/base/thread
SRC_CC += thread_bootstrap.cc
vpath thread_bootstrap.cc $(REP_DIR)/src/base/thread