mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
f7149623ca
ref #989
18 lines
426 B
Makefile
18 lines
426 B
Makefile
#
|
|
# \brief Portions of base library that are exclusive to non-core processes
|
|
# \author Norman Feske
|
|
# \date 2013-02-14
|
|
#
|
|
|
|
LIBS += base-common
|
|
|
|
SRC_CC += console/log_console.cc
|
|
SRC_CC += env/env.cc env/context_area.cc env/reinitialize.cc \
|
|
env/cap_map_remove.cc env/cap_alloc.cc
|
|
SRC_CC += thread/thread_start.cc
|
|
|
|
INC_DIR += $(BASE_DIR)/src/base/env
|
|
|
|
vpath %.cc $(REP_DIR)/src/base
|
|
vpath %.cc $(BASE_DIR)/src/base
|