mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 22:59:43 +00:00
15 lines
328 B
Makefile
15 lines
328 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 += cortex_a15 framebuffer usb
|
|
|
|
# add repository relative paths
|
|
REP_INC_DIR += include/spec/exynos5
|
|
|
|
# include implied specs
|
|
include $(BASE_DIR)/mk/spec/cortex_a15.mk
|