kernel update -> 2.6.11.7
[hdw-linux/hdw-linux.git] / packages / toolchain / linux / linux
1 # hdw - linux toolchain linux package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 2.6.11.7
6 # [S] 0-2
7 # [D] linux-2.6.11.7.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
8
9 build_main()    {
10         make mrproper && 
11         make include/linux/version.h &&
12         # change for crossbuilds
13         make include/asm &&
14         mkdir -p $prefix/glibc-kernheaders
15         cp -HR include/asm $prefix/glibc-kernheaders
16         cp -R include/asm-generic $prefix/glibc-kernheaders
17         cp -R include/linux $prefix/glibc-kernheaders
18                 }