genode/repos/base/mk/spec-platform_odroid_x2.mk
Reinier Millo Sánchez 433f859cb9 foc_odroid_x2: USB support
Fixes #1627
2015-08-31 09:09:22 +02:00

18 lines
508 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-07-08
#
# denote specs that are fullfilled by this spec
SPECS += exynos4 cortex_a9 usb
# 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)