diff options
author | Marek Vasut | 2012-10-12 10:27:06 +0000 |
---|---|---|
committer | Tom Rini | 2012-10-22 08:29:55 -0700 |
commit | 47444a27d2d8fb5c9f2799345278f935d453ab5d (patch) | |
tree | bac14a11e61f202115ef387e0da9dcdc9bd434e6 /doc/DocBook/Makefile | |
parent | 8b493a52367623f36e628e4ab2cf8ee082b655e0 (diff) |
kerneldoc: tmpl: Implement template for LG-arrays
Implement kerneldoc template for linker-generated arrays. This is
the first template in U-Boot that is used to generate kerneldoc
style documentation. This template is very basic.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'doc/DocBook/Makefile')
-rw-r--r-- | doc/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DocBook/Makefile b/doc/DocBook/Makefile index 7f384440393..da88b324198 100644 --- a/doc/DocBook/Makefile +++ b/doc/DocBook/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/config.mk -DOCBOOKS := stdio.xml +DOCBOOKS := linker_lists.xml stdio.xml ### # The build process is as follows (targets): |