mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
#
|
|
# Pull in CPU specifics
|
|
#
|
|
SPECS += zynq cadence_gem
|
|
|
|
REP_INC_DIR += include/spec/zynq_qemu
|
|
|
|
include $(BASE_DIR)/mk/spec/zynq.mk
|