genode/repos/base/etc
Norman Feske a804802bcd Let default tools.conf cover each architecture
This patch handles x86_32 and x86_64 separately since this is the SPEC
value directly supplied to the package build tool. This way, we achieve
that a CROSS_DEV_PREFIX is defined for each supported argument.
2016-07-15 11:38:26 +02:00
..
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
tools.conf Let default tools.conf cover each architecture 2016-07-15 11:38:26 +02: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!