mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +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)
|