2012-05-28 09:47:25 +00:00
|
|
|
#
|
|
|
|
# \brief Build-system configurations specifically for the PandaBoard A2
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2011-12-20
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
2012-10-24 13:49:53 +00:00
|
|
|
SPECS += cortex_a9 tl16c750 omap4 platform_panda
|
2012-05-28 09:47:25 +00:00
|
|
|
|
|
|
|
# add repository relative include paths
|
|
|
|
REP_INC_DIR += include/platform/panda_a2
|
|
|
|
|
|
|
|
# include implied specs
|
2012-10-24 13:49:53 +00:00
|
|
|
include $(call select_from_repositories,mk/spec-platform_panda.mk)
|
2012-05-28 09:47:25 +00:00
|
|
|
include $(call select_from_repositories,mk/spec-cortex_a9.mk)
|
|
|
|
include $(call select_from_repositories,mk/spec-tl16c750.mk)
|
|
|
|
|