mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Added source file for Topo_session_component to source includes for NOVA.
This commit is contained in:
@@ -43,7 +43,8 @@ SRC_CC += stack_area.cc \
|
|||||||
signal_receiver.cc \
|
signal_receiver.cc \
|
||||||
vm_session_component.cc \
|
vm_session_component.cc \
|
||||||
vm_session_common.cc \
|
vm_session_common.cc \
|
||||||
heartbeat.cc
|
heartbeat.cc \
|
||||||
|
topo_session_component.cc
|
||||||
|
|
||||||
INC_DIR = $(REP_DIR)/src/core/include \
|
INC_DIR = $(REP_DIR)/src/core/include \
|
||||||
$(REP_DIR)/src/include \
|
$(REP_DIR)/src/include \
|
||||||
@@ -77,4 +78,5 @@ vpath platform_rom_modules.cc $(GEN_CORE_DIR)
|
|||||||
vpath stack_area.cc $(GEN_CORE_DIR)
|
vpath stack_area.cc $(GEN_CORE_DIR)
|
||||||
vpath heartbeat.cc $(GEN_CORE_DIR)
|
vpath heartbeat.cc $(GEN_CORE_DIR)
|
||||||
vpath vm_session_common.cc $(GEN_CORE_DIR)
|
vpath vm_session_common.cc $(GEN_CORE_DIR)
|
||||||
|
vpath topo_session_component.cc $(GEN_CORE_DIR)
|
||||||
vpath %.cc $(REP_DIR)/src/core
|
vpath %.cc $(REP_DIR)/src/core
|
||||||
|
|||||||
Reference in New Issue
Block a user