mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
|
#
|
||
|
# Pull in CPU specifics
|
||
|
#
|
||
|
SPECS += cortex_a9 arm_v7a
|
||
|
|
||
|
REP_INC_DIR += include/spec/zynq
|
||
|
|
||
|
include $(call select_from_repositories,mk/spec/cortex_a9.mk)
|