mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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
10 lines
202 B
Makefile
10 lines
202 B
Makefile
#
|
|
# \brief Build config for parts of core that depend on Trustzone status
|
|
# \author Stefan Kalkowski
|
|
# \author Martin Stein
|
|
# \date 2012-10-24
|
|
#
|
|
|
|
# add library dependencies
|
|
LIBS += core-trustzone_on
|