aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-exp.xml
blob: b7e29a79f5265d3178b13254388e4f8a6fe4946c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<sect2>
<title>Command explanations</title>

<para><userinput>make include/linux/version.h</userinput> and
<userinput>make symlinks</userinput>: This creates the
<filename>include/linux/version.h</filename> file and the <filename
class="symlink">include/asm</filename> symlink.</para>

<para><userinput>mkdir $LFS/usr/include/asm</userinput>
and <userinput>cp include/asm/* $LFS/usr/include/asm</userinput>:
This copies the platform-specific assembler kernel header files to
<filename>$LFS/usr/include/asm</filename>.</para>

<para><userinput>cp -R include/linux $LFS/usr/include</userinput>:
This command copies the cross-platform kernel header files to
<filename>$LFS/usr/include</filename>.</para>

</sect2>