genode/repos/base/mk/spec-platform_odroid_x2.mk
Alexy Gallardo Segura c14fe7e6c7 foc: Odroid-X2 basic support
Fix #1597
2015-07-21 09:28:25 +02:00

18 lines
504 B
Makefile

#
# \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>
# \date 2015-04-28
#
# denote specs that are fullfilled by this spec
SPECS += exynos4 cortex_a9
# add repository relative paths
REP_INC_DIR += include/platform/odroid_x2
REP_INC_DIR += include/platform/exynos4
# include implied specs
include $(call select_from_repositories,mk/spec-cortex_a9.mk)