aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup_generic.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: move linux kernel specific docs to docs/linux/ dirAndrey Konovalov2017-10-271-70/+0
|
* docs, tools: add local link checkerAndrey Konovalov2017-10-271-1/+1
| | | | | | This commit adds tools/check_links.py script, that checks that all local links from documentation files are valid; fixes some of the invalid links that we had; and makes travis buildbot check them as well.
* Makefile: build target binaries into separate dirsDmitry Vyukov2017-09-191-3/+3
| | | | | | | | | | | | We currently build binaries for all targets into bin. This makes mess in bin/ and does not allow testing of different archs. Build target binaries into bin/OS_ARCH/ subdirs. Host binaries are still built into bin/. Update #333 Update #324 Update #191
* docs: various improvementsAndrey Konovalov2017-06-141-0/+70