scripts/build/kernel/bare-metal.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Apr 06 20:27:17 2009 +0000 (2009-04-06)
changeset 1290 108eaf22653b
parent 965 45ddf096def1
permissions -rw-r--r--
Use "${awk}", not gawk.

/trunk/scripts/build/kernel/linux.sh | 2 1 1 0 +-
/trunk/scripts/build/mpfr.sh | 2 1 1 0 +-
/trunk/scripts/functions | 4 2 2 0 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
     1 # This file declares functions for bare metal kernel (IE. none)
     2 # Copyright 2008 Yann E. MORIN
     3 # Licensed under the GPL v2. See COPYING in the root of this package
     4 
     5 CT_DoKernelTupleValues() {
     6     # For bare-metal, there is no kernel part in the tuple
     7     CT_TARGET_KERNEL=
     8 }
     9 
    10 do_kernel_get() {
    11     :
    12 }
    13 
    14 do_kernel_extract() {
    15     :
    16 }
    17 
    18 do_kernel_headers() {
    19     :
    20 }