mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18:54 +00:00
5b12034531
This is a generalisation approach of the hw_zynq target. As the boards typically use UART1 instead of UART0 (used by qemu), we have to distinguish between those. Moreover, in general hw_zynq does not imply zynq_qemu anymore, so that the support of particular boards can be placed in third-party or community repositories (e.g. Genode world). Fixes #1926
10 lines
186 B
Makefile
10 lines
186 B
Makefile
#
|
|
# Pull in CPU specifics
|
|
#
|
|
SPECS += zynq cadence_gem
|
|
|
|
REP_INC_DIR += include/spec/zynq_qemu
|
|
REP_INC_DIR += include/spec/xilinx
|
|
|
|
include $(call select_from_repositories,mk/spec/zynq.mk)
|