mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
c78efd4428
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
17 lines
402 B
Makefile
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)
|
|
|