hw: merge base-common and kernel_interface lib

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

View File

@ -0,0 +1,3 @@
include $(REP_DIR)/lib/mk/base-common.inc
vpath kernel/interface.cc $(REP_DIR)/src/arm

View File

@ -1,2 +0,0 @@
SRC_CC = kernel/interface.cc
vpath % $(REP_DIR)/src/arm

View File

@ -1,10 +1,11 @@
#
# \brief Portions of base library shared by core and non-core processes
# \author Norman Feske
# \author Martin Stein
# \date 2013-02-14
#
LIBS += cxx kernel_interface
LIBS += cxx
SRC_CC += ipc.cc ipc/ipc_marshal_cap.cc
SRC_CC += avl_tree/avl_tree.cc
@ -20,6 +21,7 @@ SRC_CC += signal/signal.cc signal/common.cc
SRC_CC += server/server.cc server/common.cc
SRC_CC += thread/thread_bootstrap.cc thread/trace.cc
SRC_CC += thread/context_allocator.cc
SRC_CC += kernel/interface.cc
INC_DIR += $(REP_DIR)/src/base/lock
INC_DIR += $(BASE_DIR)/src/base/lock