genode/repos/base/etc
Christian Helmuth 8d6285927b tools.conf: fix check for arm_64
Before arm matched first resulting in the wrong tool-chain binaries
being used.
2019-11-19 14:17:29 +01:00
..
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
tools.conf tools.conf: fix check for arm_64 2019-11-19 14:17:29 +01:00

README

This directory contains default configuration files that are used
by the '<role>.mk' files in the 'mk/' directory. By
convention, configuration files are first read from here
followed by a corresponding config file in '<builddir>/etc/'.


Convention
~~~~~~~~~~

We include config files directly into makefiles. So the basic
makefile syntax applies here, too.

Config files should
* Have '.conf' as filename extension.
* Use only assignments but provide no rules or other 'make'-magic.
* Not include other files!