mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 22:59:43 +00:00
40b31876d2
Ref #1599
10 lines
156 B
Makefile
10 lines
156 B
Makefile
#
|
|
# Pull in CPU specifics
|
|
#
|
|
SPECS += zynq cadence_gem
|
|
|
|
|
|
REP_INC_DIR += include/platform/zynq_qemu
|
|
|
|
include $(call select_from_repositories,mk/spec-zynq.mk)
|