genode/repos/base/mk/spec/odroid_xu.mk

16 lines
327 B
Makefile
Raw Normal View History

#
# \brief Build-system configurations for Odroid XU
# \author Stefan Kalkowski
# \date 2013-11-25
#
# denote specs that are fullfilled by this spec
SPECS += exynos5
# add repository relative paths
REP_INC_DIR += include/spec/odroid_xu
# include implied specs
include $(call select_from_repositories,mk/spec/exynos5.mk)