summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/started/sample.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/started/sample.t b/doc/started/sample.t
index 897b444007..e4019e911a 100644
--- a/doc/started/sample.t
+++ b/doc/started/sample.t
@@ -23,13 +23,16 @@ It must point to the appropriate directory containing RTEMS build for our
target and board support package combination.
@example
-export RTEMS_MAKEFILE_PATH = \
-<INSTALLATION_POINT>/rtems/<BOARD_SUPPORT_PACKAGE>
+export RTEMS_MAKEFILE_PATH = <INSTALLATION_POINT>/<BOARD_SUPPORT_PACKAGE>
@end example
Where <INSTALLATION_POINT> and <BOARD_SUPPORT_PACKAGE> are those used when
configuring and installing RTEMS.
+NOTE: In release 4.0, BSPs were installed at
+@code{<INSTALLATION_POINT>/rtems/<BOARD_SUPPORT_PACKAGE>}. This
+was changed to be more in compliance with GNU standards.
+
@section Build the Sample Application
Use the following command to start the build of the sample application: