mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
SPECS += arm
|
|
|
|
#
|
|
# Configure target CPU
|
|
#
|
|
CC_OPT += -march=armv5
|
|
|
|
include $(call select_from_repositories,mk/spec-arm.mk)
|