2012-11-14 13:05:49 +00:00
|
|
|
# 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
|
|
|
|
|
2018-12-10 09:10:01 +00:00
|
|
|
CT_DoKernelTupleValues()
|
|
|
|
{
|
2012-11-14 13:05:49 +00:00
|
|
|
# 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"
|
|
|
|
}
|
|
|
|
|
2018-12-10 09:10:01 +00:00
|
|
|
do_kernel_get()
|
|
|
|
{
|
2012-11-14 13:05:49 +00:00
|
|
|
:
|
|
|
|
}
|
|
|
|
|
2018-12-10 09:10:01 +00:00
|
|
|
do_kernel_extract()
|
|
|
|
{
|
2012-11-14 13:05:49 +00:00
|
|
|
:
|
|
|
|
}
|
|
|
|
|
2018-12-10 09:10:01 +00:00
|
|
|
do_kernel_headers()
|
|
|
|
{
|
2012-11-14 13:05:49 +00:00
|
|
|
:
|
|
|
|
}
|