genode/repos/base-hw/mk/spec-hw_imx53_tz.mk
Martin Stein 6cb9559feb hw: core as library
The build config for core is now provided through libraries to enable
implicit config composition through specifiers and thereby avoid
consideration of inappropriate targets.

fix #1199
2014-07-24 10:18:06 +02:00

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)