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:
Norman Feske
2021-05-05 13:58:47 +02:00
committed by Christian Helmuth
parent a4727c90a8
commit 0b36d81c0c
5 changed files with 87 additions and 83 deletions

View File

@ -0,0 +1 @@
include $(REP_DIR)/lib/mk/core-linux.inc