mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
base-linux: separate x86-specific code
By moving core's build-description to a library - a pattern already employed for the other base platforms - we become able to cleanly split x86-specific code (I/O-port access) from generic code. This is a prerequisite for enabling non-x86 architectures such as AARCH64. Issue #4136
This commit is contained in:
committed by
Christian Helmuth
parent
a4727c90a8
commit
0b36d81c0c
7
repos/base-linux/lib/mk/spec/x86/core-linux.mk
Normal file
7
repos/base-linux/lib/mk/spec/x86/core-linux.mk
Normal file
@ -0,0 +1,7 @@
|
||||
include $(REP_DIR)/lib/mk/core-linux.inc
|
||||
|
||||
SRC_CC += io_port_session_support.cc \
|
||||
io_port_session_component.cc
|
||||
|
||||
vpath io_port_session_support.cc $(GEN_CORE_DIR)/spec/x86
|
||||
vpath io_port_session_component.cc $(REP_DIR)/src/core/spec/$(BOARD)
|
Reference in New Issue
Block a user