summaryrefslogtreecommitdiff
path: root/scripts/build/kernel/windows.sh
blob: 5e34420243f7d95483e8508d11a20f59abb6075f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file declares functions to install the kernel headers for mingw64
# Copyright 2012 Yann Diorcet
# Licensed under the GPL v2. See COPYING in the root of this package

CT_DoKernelTupleValues() {
    # Even we compile for x86_64 target architecture, the target OS have to
    # bet mingw32 (require by gcc and mingw-w64)
    CT_TARGET_KERNEL="mingw32"
    CT_TARGET_SYS=
}

do_kernel_get() {
    :
}

do_kernel_extract() {
    :
}

do_kernel_headers() {
   :
}