mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
20 lines
284 B
Bash
20 lines
284 B
Bash
|
# This file declares functions for bare metal kernel (IE. none)
|
||
|
# Copyright 2008 Yann E. MORIN
|
||
|
# Licensed under the GPL v2. See COPYING in the root of this package
|
||
|
|
||
|
do_print_filename() {
|
||
|
:
|
||
|
}
|
||
|
|
||
|
do_kernel_get() {
|
||
|
:
|
||
|
}
|
||
|
|
||
|
do_kernel_extract() {
|
||
|
:
|
||
|
}
|
||
|
|
||
|
do_kernel_headers() {
|
||
|
:
|
||
|
}
|