mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
7 lines
118 B
Makefile
7 lines
118 B
Makefile
|
#
|
||
|
# Pull in CPU specifics
|
||
|
#
|
||
|
SPECS += cortex_a9 arm_v7a
|
||
|
|
||
|
include $(call select_from_repositories,mk/spec-cortex_a9.mk)
|