base: refactor io_port session implementation
Split port API implementation into separate io_port_session_support.cc file, so that base-sel4 may implement this part alternatively. Issue #2044
This commit is contained in:
committed by
Christian Helmuth
parent
027e89f91a
commit
464181b01d
@@ -1,10 +1,12 @@
|
||||
LD_TEXT_ADDR = 0x500000
|
||||
REQUIRES += x86
|
||||
SRC_CC += io_port_session_component.cc \
|
||||
io_port_session_support.cc \
|
||||
spec/x86/ipc_pager.cc \
|
||||
spec/x86/platform.cc
|
||||
|
||||
vpath io_port_session_component.cc $(BASE_DIR)/src/core/spec/x86
|
||||
vpath io_port_session_support.cc $(BASE_DIR)/src/core/spec/x86
|
||||
vpath platform_services.cc $(BASE_DIR)/src/core/spec/x86
|
||||
|
||||
include $(REP_DIR)/src/core/target.inc
|
||||
|
||||
Reference in New Issue
Block a user