From 2038a4444c0bc73999111d7d6ebf5a2ca06d8be2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 28 May 2000 19:37:24 +0000 Subject: Added information on Application Makefiles. --- doc/started/sample.t | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/started/sample.t') 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/.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}. -- cgit v1.2.3