summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-15 15:52:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-15 15:52:22 +0000
commit70b8f3ed6d2e4536c2e60ea04236a64927c6dbfc (patch)
treefc8f3211ace9d2577d67f148ed710e693fcc0bc4 /doc/FAQ/Makefile
parentNew file. (diff)
downloadrtems-70b8f3ed6d2e4536c2e60ea04236a64927c6dbfc.tar.bz2
Added information on hardware to aid in debugging. Primarily this is
information on gdb and bdm for the MPC8xx, MC683xx, and ColdFire.
Diffstat (limited to 'doc/FAQ/Makefile')
-rw-r--r--doc/FAQ/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile
index d1a77af9b5..e3b224f771 100644
--- a/doc/FAQ/Makefile
+++ b/doc/FAQ/Makefile
@@ -18,7 +18,7 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= \
- basic.texi tools.texi debug.texi freesw.texi
+ basic.texi tools.texi concepts.texi debug.texi freesw.texi hwdebugaids.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -69,6 +69,11 @@ tools.texi: tools.t Makefile
-u "Top" \
-n "" ${*}.t
+concepts.texi: concepts.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
debug.texi: debug.t Makefile
$(BMENU) -c -p "" \
-u "Top" \
@@ -79,3 +84,9 @@ freesw.texi: freesw.t Makefile
-u "Top" \
-n "" ${*}.t
+
+hwdebugaids.texi: hwdebugaids.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+