Ver código fonte

kernel-dev: Fixed missed shortcut

(From yocto-docs rev: 3f9c25820bb93f8efb6eaf415e9d7a9545832a7c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Robert P. J. Day 10 anos atrás
pai
commit
f67d4960b3
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      documentation/kernel-dev/kernel-dev-advanced.xml

+ 2 - 1
documentation/kernel-dev/kernel-dev-advanced.xml

@@ -138,7 +138,8 @@
         to include features (configuration fragments, patches, or both) that
         are not already included by the <filename>KMACHINE</filename> and
         <filename>LINUX_KERNEL_TYPE</filename> variable combination.
-        For example, to include a feature specified as "features/netfilter.scc",
+        For example, to include a feature specified as
+        "features/netfilter/netfilter.scc",
         specify:
         <literallayout class='monospaced'>
      KERNEL_FEATURES += "features/netfilter/netfilter.scc"