summaryrefslogtreecommitdiffstats
path: root/bsp_howto
diff options
context:
space:
mode:
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: