scripts/build/kernel/windows.sh
changeset 3112 6cb56b3f2d34
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scripts/build/kernel/windows.sh	Wed Nov 14 14:05:49 2012 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +# This file declares functions to install the kernel headers for mingw64
     1.5 +# Copyright 2012 Yann Diorcet
     1.6 +# Licensed under the GPL v2. See COPYING in the root of this package
     1.7 +
     1.8 +CT_DoKernelTupleValues() {
     1.9 +    # Even we compile for x86_64 target architecture, the target OS have to
    1.10 +    # bet mingw32 (require by gcc and mingw-w64)
    1.11 +    CT_TARGET_KERNEL="mingw32"
    1.12 +    CT_TARGET_SYS=
    1.13 +}
    1.14 +
    1.15 +do_kernel_get() {
    1.16 +    :
    1.17 +}
    1.18 +
    1.19 +do_kernel_extract() {
    1.20 +    :
    1.21 +}
    1.22 +
    1.23 +do_kernel_headers() {
    1.24 +   :
    1.25 +}