scripts/build/kernel/bare-metal.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 16:50:33 2008 +0000 (2008-10-14)
changeset 926 fe3e5a3331b6
child 965 45ddf096def1
permissions -rw-r--r--
Rework the kconfig stuff
- better handle config file generation dependencies
- get rid of CT_TOP_DIR where useless
- rearrange code to be cleaner, and add adequate '#----' comments to split the different parts
- a few eye-candy here and there

/trunk/kconfig/kconfig.mk | 158 99 59 0 +++++++++++++++++++++++++++++++++--------------------
1 file changed, 99 insertions(+), 59 deletions(-)
yann@861
     1
# This file declares functions for bare metal kernel (IE. none)
yann@861
     2
# Copyright 2008 Yann E. MORIN
yann@861
     3
# Licensed under the GPL v2. See COPYING in the root of this package
yann@861
     4
yann@861
     5
do_print_filename() {
yann@861
     6
    :
yann@861
     7
}
yann@861
     8
yann@861
     9
do_kernel_get() {
yann@861
    10
    :
yann@861
    11
}
yann@861
    12
yann@861
    13
do_kernel_extract() {
yann@861
    14
    :
yann@861
    15
}
yann@861
    16
yann@861
    17
do_kernel_headers() {
yann@861
    18
    :
yann@861
    19
}