mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
12 lines
285 B
Makefile
12 lines
285 B
Makefile
|
#
|
||
|
# \brief Build configurations for 'base-hw' on Freescale i.MX53
|
||
|
# \author Stefan Kalkowski
|
||
|
# \date 2012-10-24
|
||
|
#
|
||
|
|
||
|
# denote wich specs are also fullfilled by this spec
|
||
|
SPECS += hw_imx53 trustzone
|
||
|
|
||
|
# include implied specs
|
||
|
include $(call select_from_repositories,mk/spec-hw_imx53.mk)
|