2012-10-17 09:34:23 +02:00
|
|
|
#
|
|
|
|
# \brief Build-system configurations specific to i.MX53
|
|
|
|
# \author Stefan Kalkowski
|
|
|
|
# \date 2012-10-15
|
|
|
|
#
|
|
|
|
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
2016-05-18 12:20:04 +02:00
|
|
|
SPECS += cortex_a8 imx gpio framebuffer
|
2012-10-17 09:34:23 +02:00
|
|
|
|
|
|
|
# add repository relative include paths
|
2015-09-03 14:55:05 +02:00
|
|
|
REP_INC_DIR += include/spec/imx53
|
|
|
|
REP_INC_DIR += include/spec/imx
|
2012-10-17 09:34:23 +02:00
|
|
|
|
|
|
|
# include implied specs
|
2015-09-03 14:55:05 +02:00
|
|
|
include $(call select_from_repositories,mk/spec/cortex_a8.mk)
|
2012-12-14 14:55:37 +01:00
|
|
|
|