mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-12 15:34:23 +00: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)
|