mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
6cb9559feb
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
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)
|