genode/base/mk/spec-cortex_a9.mk
Martin Stein 2e918da325 Enhance specs that concern 'base-hw'.
Add specs for the PandaboardBoard A2 and according devices.

Refine axisting specs for Cortex A9 systems.
2012-08-02 16:41:21 +02:00

17 lines
416 B
Makefile

#
# \brief Build-system configurations specifically for the ARM Cortex A9
# \author Martin Stein
# \date 2011-12-20
#
# denote wich specs are also fullfilled by this spec
SPECS += arm_v7a pl390
# add repository relative include paths
REP_INC_DIR += include/cortex_a9
# include implied specs
include $(call select_from_repositories,mk/spec-arm_v7a.mk)
include $(call select_from_repositories,mk/spec-pl390.mk)