linux: clean-up lib-files of base and base-common

Issue #1042
This commit is contained in:
Martin Stein
2014-02-11 18:11:01 +01:00
committed by Norman Feske
parent 016c3a8d9e
commit 4f0a75b0bc
6 changed files with 4 additions and 27 deletions

View File

@ -1,18 +0,0 @@
#
# \brief Portions of base library that are exclusive to non-core processes
# \author Norman Feske
# \date 2013-02-14
#
# The content of this file is used for both native Genode as well as hybrid
# Linux/Genode programs. Hence, it must be void of any thread-related code.
#
LIBS += base-common syscall
SRC_CC += console/log_console.cc
SRC_CC += env/env.cc env/platform_env.cc env/context_area.cc
INC_DIR += $(REP_DIR)/src/base/env $(BASE_DIR)/src/base/env
vpath %.cc $(REP_DIR)/src/base
vpath %.cc $(BASE_DIR)/src/base