summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 1eab5c82eb..9cdcc1b61b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8813,6 +8813,10 @@ system and gives an overview of their function and contents.
8813 value so that executables built using the SDK also have the flags 8813 value so that executables built using the SDK also have the flags
8814 applied. 8814 applied.
8815 8815
8816 :term:`TARGET_DBGSRC_DIR`
8817 Specifies the target path to debug source files. The default is
8818 ``/usr/src/debug/${PN}/${PV}``.
8819
8816 :term:`TARGET_FPU` 8820 :term:`TARGET_FPU`
8817 Specifies the method for handling FPU code. For FPU-less targets, 8821 Specifies the method for handling FPU code. For FPU-less targets,
8818 which include most ARM CPUs, the variable must be set to "soft". If 8822 which include most ARM CPUs, the variable must be set to "soft". If