mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 20:44:11 +00:00
15 lines
338 B
Makefile
15 lines
338 B
Makefile
|
#
|
||
|
# \brief Build-system configurations for Wandboard Quad
|
||
|
# \author Stefan Kalkowski
|
||
|
# \date 2017-01-02
|
||
|
#
|
||
|
|
||
|
# denote wich specs are also fullfilled by this spec
|
||
|
SPECS += imx6
|
||
|
|
||
|
# add repository relative include paths
|
||
|
REP_INC_DIR += include/spec/wand_quad
|
||
|
|
||
|
# include implied specs
|
||
|
include $(call select_from_repositories,mk/spec/imx6.mk)
|