mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
2e918da325
Add specs for the PandaboardBoard A2 and according devices. Refine axisting specs for Cortex A9 systems.
11 lines
157 B
Makefile
11 lines
157 B
Makefile
SPECS += arm
|
|
|
|
#
|
|
# Configure target CPU
|
|
#
|
|
CC_MARCH += -march=armv7-a
|
|
|
|
REP_INC_DIR += include/arm_v7a
|
|
|
|
include $(call select_from_repositories,mk/spec-arm.mk)
|