genode/repos/base/mk/spec-platform_arndale.mk
Martin Stein c78efd4428 odroid_xu: prevent tests with sd/platform/ahci/fb
Drivers like SD-Card, platform, AHCI, and framebuffer are specified as Exynos5
compliant. But they are at least not compliant with Odroid-XU although this is
Exynos5. Thus, prevent tests that rely on such drivers when building for
hw_odoid_xu. Furthermore, make previous Arndale regulator/consts.h,
uart_defs.h, and some Board_base enums available to all Exynos5 builds to
enable at least building the drivers.

Fixes #1419
2015-02-27 11:48:36 +01:00

17 lines
402 B
Makefile

#
# \brief Build-system configurations for InSign Arndale 5
# \author Martin Stein
# \date 2013-01-09
#
# denote specs that are fullfilled by this spec
SPECS += exynos5 cortex_a15 framebuffer usb
# add repository relative paths
REP_INC_DIR += include/platform/arndale
REP_INC_DIR += include/platform/exynos5
# include implied specs
include $(call select_from_repositories,mk/spec-cortex_a15.mk)