mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
|
SPECS += arm
|
||
|
|
||
|
#
|
||
|
# Configure target CPU
|
||
|
#
|
||
|
CC_OPT += -march=armv7-a
|
||
|
|
||
|
include $(call select_from_repositories,mk/spec-arm.mk)
|