summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 18:02:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 18:02:25 +0000
commitf1b90cc4bdacd62bce06f755a3c8582fd01c8aac (patch)
tree732bbef04d8541145331f28da08e33db3d277c7c /doc/bsp_howto/Makefile.am
parentAdd Doxygen cleanups. (diff)
downloadrtems-f1b90cc4bdacd62bce06f755a3c8582fd01c8aac.tar.bz2
2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_howto/.cvsignore, bsp_howto/Makefile.am, bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell. * bsp_howto/framebuffer.t: New file. * user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER.
Diffstat (limited to '')
-rw-r--r--doc/bsp_howto/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 43277976e5..a09891108c 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -15,7 +15,7 @@ include $(top_srcdir)/main.am
GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \
support.texi adaintr.texi init.texi console.texi clock.texi timer.texi \
rtc.texi ata.texi ide-ctrl.texi nvmem.texi network.texi shmsupp.texi \
- analog.texi discrete.texi
+ framebuffer.texi analog.texi discrete.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
@@ -117,6 +117,11 @@ shmsupp.texi: shmsupp.t
-u "Top" \
-n "" < $< > $@
+framebuffer.texi: framebuffer.t
+ $(BMENU2) -p "" \
+ -u "Top" \
+ -n "" < $< > $@
+
analog.texi: analog.t
$(BMENU2) -p "" \
-u "Top" \