mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
18 lines
395 B
ReStructuredText
18 lines
395 B
ReStructuredText
.. _makefile_host:
|
|
|
|
=================
|
|
``Makefile.host``
|
|
=================
|
|
|
|
This is the makefile that is used to make the mkconfig program from
|
|
the mkconfig.c C file, the cmpconfig program from cmpconfig.c C file,
|
|
the mkversion program from the mkconfig.c C file, or the mksyscall
|
|
program from the mksyscall.c file.
|
|
|
|
Usage:
|
|
|
|
.. code:: console
|
|
|
|
$ cd tools/
|
|
$ make -f Makefile.host <program>
|