2015-03-25 18:30:37 +00:00
|
|
|
#
|
|
|
|
# \brief Build-system configurations for Freescale i.MX6
|
|
|
|
# \author Nikolay Golikov <nik@ksyslabs.org>
|
|
|
|
# \author Josef Soentgen
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2014-02-25
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
2017-01-02 14:29:21 +00:00
|
|
|
SPECS += cortex_a9 imx
|
2015-03-25 18:30:37 +00:00
|
|
|
|
|
|
|
# add repository relative include paths
|
2015-09-03 12:55:05 +00:00
|
|
|
REP_INC_DIR += include/spec/imx6
|
|
|
|
REP_INC_DIR += include/spec/imx
|
2015-03-25 18:30:37 +00:00
|
|
|
|
|
|
|
# include implied specs
|
2015-09-03 12:55:05 +00:00
|
|
|
include $(call select_from_repositories,mk/spec/cortex_a9.mk)
|
2015-03-25 18:30:37 +00:00
|
|
|
|