diff options
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r-- | chapter05/kernel-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 1ff6f17ee..e97e6a23e 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -20,8 +20,8 @@ needing later on. </para> <para> -<userinput>ln -s ../src/linux/include/linux linux</userinput> and -<userinput>ln -s ../src/linux/include/asm asm:</userinput> These +<userinput>ln -s ../src/linux/include/linux</userinput> and +<userinput>ln -s ../src/linux/include/asm:</userinput> These commands create the linux and asm symlinks in the $LFS/usr/include directory that point to the proper directories in the Linux source tree. Packages that need kernel headers include them with lines like #include |