mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-06 19:07:51 +00:00
Remove stale test_env lib from base-nova
This library was used during the first porting steps of Genode to NOVA for executing parts of the framework API without core. Those bare-metal tests are not maintained anymore. So this library can be removed.
This commit is contained in:
parent
5bd2c1f205
commit
4b9407a212
@ -1,11 +0,0 @@
|
||||
SRC_CC = cap_sel_alloc.cc main_thread.cc context_area.cc echo.cc \
|
||||
thread_nova.cc thread.cc
|
||||
LIBS += thread_context
|
||||
INC_DIR += $(REP_DIR)/src/core/include
|
||||
|
||||
vpath cap_sel_alloc.cc $(REP_DIR)/src/base/env
|
||||
vpath main_thread.cc $(REP_DIR)/src/base/env
|
||||
vpath thread.cc $(BASE_DIR)/src/base/thread
|
||||
vpath thread_nova.cc $(REP_DIR)/src/test
|
||||
vpath context_area.cc $(REP_DIR)/src/test
|
||||
vpath echo.cc $(REP_DIR)/src/core
|
Loading…
x
Reference in New Issue
Block a user