genode/repos/base-pistachio/src/core/spec/x86/target.mk
Alexander Boettcher 464181b01d 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
2016-08-10 11:07:50 +02:00

12 lines
350 B
Makefile

include $(REP_DIR)/src/core/target.inc
REQUIRES += x86
SRC_CC += io_port_session_component.cc \
io_port_session_support.cc \
platform_x86.cc
vpath io_port_session_component.cc $(GEN_CORE_DIR)/spec/x86
vpath io_port_session_support.cc $(GEN_CORE_DIR)/spec/x86
vpath platform_services.cc $(GEN_CORE_DIR)/spec/x86