diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 7784c7cb1c..710bab9825 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -439,7 +439,8 @@
Because all the kernel .bbappend files are parsed during the
build process regardless of whether you are using them or not, you should either
comment out the COMPATIBLE_MACHINE statements in all
- .bbappend files, or you should simply remove all the files
+ unused .bbappend files.
+ Alternatively, you can simply remove all the files
except the one your are using for the build
(i.e. linux-yocto_3.0.bbappend in this example).