mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
0b36d81c0c
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
2 lines
41 B
Makefile
2 lines
41 B
Makefile
include $(REP_DIR)/lib/mk/core-linux.inc
|