mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
e2cbc7c5b3
remove repos/base-*/include/irq_session headers and use only a unification from repos/base/include/irq_session first step Issue #1456
19 lines
423 B
Makefile
19 lines
423 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 += cpu/cache.cc
|
|
SRC_CC += env/env.cc env/context_area.cc env/reinitialize.cc
|
|
SRC_CC += thread/thread_nova.cc
|
|
SRC_CC += irq/platform.cc
|
|
|
|
INC_DIR += $(BASE_DIR)/src/base/env
|
|
|
|
vpath %.cc $(REP_DIR)/src/base
|
|
vpath %.cc $(BASE_DIR)/src/base
|