summaryrefslogtreecommitdiffstats
path: root/bsp_howto
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-28 12:04:57 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-28 12:22:02 -0500
commitff5d0807cb8f260213d5ffc2f3bc4a182aba1297 (patch)
tree6f209820d6dc9b3e95aa83c9e8fa613fe78ef997 /bsp_howto
parenttarget_dependant_files.rst: Fix spacing and warning. (diff)
downloadrtems-docs-ff5d0807cb8f260213d5ffc2f3bc4a182aba1297.tar.bz2
makefiles.rst, target_dependant_files.rst: Fix link
Diffstat (limited to 'bsp_howto')
-rw-r--r--bsp_howto/makefiles.rst2
-rw-r--r--bsp_howto/target_dependant_files.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/bsp_howto/makefiles.rst b/bsp_howto/makefiles.rst
index 7932561..b79437b 100644
--- a/bsp_howto/makefiles.rst
+++ b/bsp_howto/makefiles.rst
@@ -4,6 +4,8 @@
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
+.. _Makefiles:
+
Makefiles
#########
diff --git a/bsp_howto/target_dependant_files.rst b/bsp_howto/target_dependant_files.rst
index 1b32889..ecc9b3a 100644
--- a/bsp_howto/target_dependant_files.rst
+++ b/bsp_howto/target_dependant_files.rst
@@ -213,7 +213,7 @@ There may be other directories in the BSP tree and the name should be
indicative of the functionality of the code within that directory.
The build order of the BSP is determined by the Makefile structure. This
-structure is discussed in more detail in the `Makefiles`_ chapter.
+structure is discussed in more detail in the :ref:`Makefiles` chapter.
.. sidebar: