mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
15 lines
349 B
Makefile
15 lines
349 B
Makefile
|
#
|
||
|
# \brief Build-system configurations specific to the USB armory
|
||
|
# \author Stefan Kalkowski
|
||
|
# \date 2017-01-02
|
||
|
#
|
||
|
|
||
|
# denote wich specs are also fullfilled by this spec
|
||
|
SPECS += imx53
|
||
|
|
||
|
# add repository relative include paths
|
||
|
REP_INC_DIR += include/spec/usb_armory
|
||
|
|
||
|
# include implied specs
|
||
|
include $(call select_from_repositories,mk/spec/imx53.mk)
|