diff options
Diffstat (limited to 'chapter05/kernelheaders-inst.xml')
-rw-r--r-- | chapter05/kernelheaders-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/kernelheaders-inst.xml b/chapter05/kernelheaders-inst.xml index 96f629dd0..15cf446ac 100644 --- a/chapter05/kernelheaders-inst.xml +++ b/chapter05/kernelheaders-inst.xml @@ -27,20 +27,20 @@ symlink:</para> <para>Install the platform-specific header files:</para> -<para><screen><userinput>mkdir /stage1/include/asm -cp include/asm/* /stage1/include/asm -cp -R include/asm-generic /stage1/include</userinput></screen></para> +<para><screen><userinput>mkdir /tools/include/asm +cp include/asm/* /tools/include/asm +cp -R include/asm-generic /tools/include</userinput></screen></para> <para>Install the cross-platform kernel header files:</para> -<para><screen><userinput>cp -R include/linux /stage1/include</userinput></screen></para> +<para><screen><userinput>cp -R include/linux /tools/include</userinput></screen></para> <para>There are a few kernel header files which make use of the <filename>autoconf.h</filename> header file. Since we do not yet configure the kernel, we need to create this file ourselves in order to avoid compilation failures. Create an empty <filename>autoconf.h</filename> file:</para> -<para><screen><userinput>touch /stage1/include/linux/autoconf.h</userinput></screen></para> +<para><screen><userinput>touch /tools/include/linux/autoconf.h</userinput></screen></para> </sect2> |