mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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)
|