mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
16 lines
391 B
Makefile
16 lines
391 B
Makefile
|
#
|
||
|
# \brief Build-system configurations for Exynos5 SoCs
|
||
|
# \author Stefan Kalkowski
|
||
|
# \date 2015-09-04
|
||
|
#
|
||
|
|
||
|
# denote specs that are fullfilled by this spec
|
||
|
SPECS += exynos cortex_a15 framebuffer usb
|
||
|
|
||
|
# add repository relative paths
|
||
|
REP_INC_DIR += include/spec/exynos5
|
||
|
REP_INC_DIR += include/spec/exynos
|
||
|
|
||
|
# include implied specs
|
||
|
include $(call select_from_repositories,mk/spec/cortex_a15.mk)
|