blob: b0361a4552e1dc0346e04a9725798ffea1c1607f [file] [log] [blame]
config BR2_PACKAGE_NINJA
bool "ninja"
select BR2_PACKAGE_PYTHON
help
Ninja is a small build system with a focus on speed. It differs
from other build systems in two major respects: it is designed
to have its input files generated by a higher-level build system,
and it is designed to run builds as fast as possible.
http://martine.github.io/ninja/