arndale: base/mk platform spec

ref #601
This commit is contained in:
Martin Stein 2013-01-25 14:34:40 +01:00 committed by Norman Feske
parent 07b856bc8a
commit f6ede8cf0d
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#
# \brief Build-system configurations for InSign Arndale 5
# \author Martin Stein
# \date 2013-01-09
#
# denote specs that are fullfilled by this spec
SPECS += cortex_a15
# add repository relative paths
REP_INC_DIR += include/platform/arndale \
include/arndale_uart
# include implied specs
include $(call select_from_repositories,mk/spec-cortex_a15.mk)