diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 1b19f74073..4fdb853f92 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -138,7 +138,8 @@ | |||
138 | to include features (configuration fragments, patches, or both) that | 138 | to include features (configuration fragments, patches, or both) that |
139 | are not already included by the <filename>KMACHINE</filename> and | 139 | are not already included by the <filename>KMACHINE</filename> and |
140 | <filename>LINUX_KERNEL_TYPE</filename> variable combination. | 140 | <filename>LINUX_KERNEL_TYPE</filename> variable combination. |
141 | For example, to include a feature specified as "features/netfilter.scc", | 141 | For example, to include a feature specified as |
142 | "features/netfilter/netfilter.scc", | ||
142 | specify: | 143 | specify: |
143 | <literallayout class='monospaced'> | 144 | <literallayout class='monospaced'> |
144 | KERNEL_FEATURES += "features/netfilter/netfilter.scc" | 145 | KERNEL_FEATURES += "features/netfilter/netfilter.scc" |