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