summaryrefslogtreecommitdiffstats
path: root/doc/started/sample.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-28 19:37:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-28 19:37:24 +0000
commit2038a4444c0bc73999111d7d6ebf5a2ca06d8be2 (patch)
treee701622c8453632a886822f761cbbf802b201205 /doc/started/sample.t
parentAdded information on how to do this step if you installed tool (diff)
downloadrtems-2038a4444c0bc73999111d7d6ebf5a2ca06d8be2.tar.bz2
Added information on Application Makefiles.
Diffstat (limited to '')
-rw-r--r--doc/started/sample.t13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/started/sample.t b/doc/started/sample.t
index e4019e911a..4fd763838d 100644
--- a/doc/started/sample.t
+++ b/doc/started/sample.t
@@ -61,3 +61,16 @@ tools/hello_world_c/o-optimize/<filename>.exe
How this executable is downloaded to the target board is very dependent
on the BOARD_SUPPORT_PACKAGE selected.
+
+@section More Information on RTEMS Application Makefiles
+
+The hello world sample application is a simple example of an
+RTEMS application the uses the RTEMS Application Makefile
+system. This Makefile system gives simplifies building
+RTEMS applications by providing Makefile templates and
+capturing the configuration information used to build
+RTEMS specific to your BSP. Building an RTEMS application
+for different BSPs is as simple as switching the
+setting of @code{RTEMS_MAKEFILE_PATH}. This Makefile
+system is described in the file
+@code{@value{RTEMS-UNTAR}/make/README}.