diff options
author | Simon Glass | 2021-07-21 20:09:11 -0600 |
---|---|---|
committer | Heinrich Schuchardt | 2021-07-24 10:49:51 +0200 |
commit | 00ac4b414fe9187aaa69e2e386879b574ae34991 (patch) | |
tree | a0a49bb6e1028bdeaf0c30f4f75ddc8714d9b207 /doc/develop/index.rst | |
parent | edecc15eb9593b94dcd6a5f4f5ea5f134125b6a0 (diff) |
doc: Bring in Makefile documentation
U-Boot uses the Linux Kbuild build system. Add the associated
documentation so that people can understand the Makefiles better.
This is taken from Linux v5.12
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 3edffbc6373..54e14dd77b5 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -13,6 +13,7 @@ Implementation driver-model/index global_data logging + makefiles menus uefi/index version |