2015-04-28 12:04:37 +00:00
|
|
|
#
|
|
|
|
# \brief Build-system configurations for Odrod-x2
|
|
|
|
# \author Alexy Gallardo Segura <alexy@uclv.cu>
|
|
|
|
# \author Humberto López León <humberto@uclv.cu>
|
|
|
|
# \author Reinier Millo Sánchez <rmillo@uclv.cu>
|
2015-07-08 20:35:22 +00:00
|
|
|
# \date 2015-07-08
|
2015-04-28 12:04:37 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# denote specs that are fullfilled by this spec
|
2015-09-08 04:30:41 +00:00
|
|
|
SPECS += exynos exynos4 cortex_a9 usb framebuffer gpio
|
2015-04-28 12:04:37 +00:00
|
|
|
|
|
|
|
# add repository relative paths
|
2015-09-03 12:55:05 +00:00
|
|
|
REP_INC_DIR += include/spec/odroid_x2
|
|
|
|
REP_INC_DIR += include/spec/exynos4
|
|
|
|
REP_INC_DIR += include/spec/exynos
|
2015-04-28 12:04:37 +00:00
|
|
|
|
|
|
|
# include implied specs
|
2015-09-03 12:55:05 +00:00
|
|
|
include $(call select_from_repositories,mk/spec/cortex_a9.mk)
|