diff options
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 3707fcee9e..dc5d9ba3dd 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -136,12 +136,12 @@ | |||
136 | For example, to include a feature specified as "features/netfilter.scc", | 136 | For example, to include a feature specified as "features/netfilter.scc", |
137 | specify: | 137 | specify: |
138 | <literallayout class='monospaced'> | 138 | <literallayout class='monospaced'> |
139 | KERNEL_FEATURES += "features/netfilter.scc" | 139 | KERNEL_FEATURES += "features/netfilter/netfilter.scc" |
140 | </literallayout> | 140 | </literallayout> |
141 | To include a feature called "cfg/sound.scc" just for the | 141 | To include a feature called "cfg/sound.scc" just for the |
142 | <filename>qemux86</filename> machine, specify: | 142 | <filename>qemux86</filename> machine, specify: |
143 | <literallayout class='monospaced'> | 143 | <literallayout class='monospaced'> |
144 | KERNEL_FEATURES_append_qemux86 = "cfg/sound.scc" | 144 | KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc" |
145 | </literallayout> | 145 | </literallayout> |
146 | The value of the entries in <filename>KERNEL_FEATURES</filename> | 146 | The value of the entries in <filename>KERNEL_FEATURES</filename> |
147 | are dependent on their location within the kernel Metadata itself. | 147 | are dependent on their location within the kernel Metadata itself. |