diff options
Diffstat (limited to 'docs/manual/how-buildroot-works.txt')
-rw-r--r-- | docs/manual/how-buildroot-works.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/how-buildroot-works.txt b/docs/manual/how-buildroot-works.txt index 481e5a480..879cff399 100644 --- a/docs/manual/how-buildroot-works.txt +++ b/docs/manual/how-buildroot-works.txt @@ -1,5 +1,7 @@ +// -*- mode:doc; -*- + How Buildroot works -=================== +------------------- As mentioned above, Buildroot is basically a set of Makefiles that download, configure, and compile software with the correct options. It |