scripts/build/kernel/none.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Sep 15 14:52:29 2008 +0000 (2008-09-15)
changeset 858 e815b1a5057c
permissions -rw-r--r--
Move all the Linux kernel config options to a single file (to ease supporting more than one kernel).
Rename some Linux kernel config options (ditto).
Update the addToolsVersion.sh script.

/trunk/scripts/build/kernel/linux.sh | 13 6 7 0 +--
/trunk/tools/addToolVersion.sh | 105 37 68 0 +++++++--------------
/trunk/config/kernel/linux.in | 211 189 22 0 ++++++++++++++++++++++++++++++++++++++----
3 files changed, 232 insertions(+), 97 deletions(-)
yann@850
     1
# This file declares functions for bare metal kernel (IE. none)
yann@850
     2
# Copyright 2008 Yann E. MORIN
yann@850
     3
# Licensed under the GPL v2. See COPYING in the root of this package
yann@850
     4
yann@850
     5
do_print_filename() {
yann@850
     6
    :
yann@850
     7
}
yann@850
     8
yann@850
     9
do_kernel_get() {
yann@850
    10
    :
yann@850
    11
}
yann@850
    12
yann@850
    13
do_kernel_extract() {
yann@850
    14
    :
yann@850
    15
}
yann@850
    16
yann@850
    17
do_kernel_headers() {
yann@850
    18
    :
yann@850
    19
}