diff options
Diffstat (limited to 'documentation/kernel-dev/maint-appx.rst')
-rw-r--r-- | documentation/kernel-dev/maint-appx.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/kernel-dev/maint-appx.rst b/documentation/kernel-dev/maint-appx.rst index d968c856f6..6aa2fb7cf1 100644 --- a/documentation/kernel-dev/maint-appx.rst +++ b/documentation/kernel-dev/maint-appx.rst | |||
@@ -229,6 +229,5 @@ This behavior means that all the generated files for a particular | |||
229 | machine or BSP are now in the build tree directory. The files include | 229 | machine or BSP are now in the build tree directory. The files include |
230 | the final ``.config`` file, all the ``.o`` files, the ``.a`` files, and | 230 | the final ``.config`` file, all the ``.o`` files, the ``.a`` files, and |
231 | so forth. Since each machine or BSP has its own separate | 231 | so forth. Since each machine or BSP has its own separate |
232 | :term:`Build Directory` in its own separate | 232 | :term:`Build Directory` in its own separate branch of the Git repository, |
233 | branch of the Git repository, you can easily switch between different | 233 | you can easily switch between different builds. |
234 | builds. | ||