File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ openssl & libcrypto 1.0.0 openssl version
60
60
bc 1.06.95 bc --version
61
61
Sphinx\ [#f1 ]_ 1.7 sphinx-build --version
62
62
cpio any cpio --version
63
+ gtags (optional) 6.6.5 gtags --version
63
64
====================== =============== ========================================
64
65
65
66
.. [#f1 ] Sphinx is needed only to build the Kernel documentation
@@ -174,6 +175,12 @@ You will need openssl to build kernels 3.7 and higher if module signing is
174
175
enabled. You will also need openssl development packages to build kernels 4.3
175
176
and higher.
176
177
178
+ gtags / GNU GLOBAL (optional)
179
+ -----------------------------
180
+
181
+ The kernel build requires GNU GLOBAL version 6.6.5 or later to generate
182
+ tag files through ``make gtags ``. This is due to its use of the gtags
183
+ ``-C (--directory) `` flag.
177
184
178
185
System utilities
179
186
****************
You can’t perform that action at this time.
0 commit comments