|
@@ -28,10 +28,10 @@ needing later on.
|
|
|
|
|
|
<para>
|
|
|
<userinput>cp -R ../src/linux/include/linux .</userinput> and
|
|
|
-<userinput>cp -R ../src/linux/include/asm .</userinput>: These
|
|
|
-commands copy the kernel headers in the <filename>$LFS/usr/include</filename>
|
|
|
-directory. For details on why we don't link to these directories
|
|
|
-(anymore), and instead copy them, please refer to the
|
|
|
+<userinput>mkdir asm && cp -a ../src/linux/include/asm/* .</userinput>:
|
|
|
+These commands copy the kernel headers in the
|
|
|
+<filename>$LFS/usr/include</filename> directory. For details on why we don't
|
|
|
+link to these directories (anymore), and instead copy them, please refer to the
|
|
|
<filename>README</filename> file in the kernel source.
|
|
|
</para>
|
|
|
|