summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsp_howto/Makefile')
-rw-r--r--doc/bsp_howto/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/bsp_howto/Makefile b/doc/bsp_howto/Makefile
index 4d3d374009..4a233550ac 100644
--- a/doc/bsp_howto/Makefile
+++ b/doc/bsp_howto/Makefile
@@ -19,8 +19,8 @@ COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= \
intro.texi target.texi makefiles.texi linkcmds.texi support.texi \
- init.texi console.texi clock.texi timer.texi rtc.texi nvmem.texi \
- network.texi shmsupp.texi analog.texi discrete.texi
+ adaintr.texi init.texi console.texi clock.texi timer.texi rtc.texi \
+ nvmem.texi network.texi shmsupp.texi analog.texi discrete.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -89,10 +89,15 @@ makefiles.texi: makefiles.t Makefile
linkcmds.texi: linkcmds.t Makefile
$(BMENU) -p "Makefiles Creating a New BSP Make Customization File" \
-u "Top" \
+ -n "Ada95 Interrupt Support" ${*}.t
+
+adaintr.texi: adaintr.t Makefile
+ $(BMENU) -p "Linker Script Initialized Data" \
+ -u "Top" \
-n "Miscellaneous Support Files" ${*}.t
support.texi: support.t Makefile
- $(BMENU) -p "Linker Script Initialized Data" \
+ $(BMENU) -p "Ada95 Interrupt Support Version Requirements" \
-u "Top" \
-n "" ${*}.t