summaryrefslogtreecommitdiff
path: root/doc/DocBook/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-10-12 10:27:06 (GMT)
committerTom Rini <trini@ti.com>2012-10-22 15:29:55 (GMT)
commit47444a27d2d8fb5c9f2799345278f935d453ab5d (patch)
treebac14a11e61f202115ef387e0da9dcdc9bd434e6 /doc/DocBook/Makefile
parent8b493a52367623f36e628e4ab2cf8ee082b655e0 (diff)
downloadu-boot-47444a27d2d8fb5c9f2799345278f935d453ab5d.tar.xz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DocBook/Makefile b/doc/DocBook/Makefile
index 7f38444..da88b32 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):