genode/repos/base/mk/spec/odroid_x2.mk

19 lines
558 B
Makefile
Raw Normal View History

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
SPECS += exynos exynos4 cortex_a9 usb framebuffer gpio
2015-04-28 12:04:37 +00:00
# add repository relative paths
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
include $(call select_from_repositories,mk/spec/cortex_a9.mk)