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:
Norman Feske 2012-01-25 15:56:10 +01:00
parent 5bd2c1f205
commit 4b9407a212
1 changed files with 0 additions and 11 deletions

View File

@ -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