scripts/build/kernel/bare-metal.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 12 11:09:57 2008 +0000 (2008-10-12)
changeset 919 70f7ea9f910a
child 965 45ddf096def1
permissions -rw-r--r--
Use ERROR level for make errors.
Rename the C library addons directories rather than symlinking.

/trunk/scripts/functions | 10 7 3 0 +++++++---
1 file changed, 7 insertions(+), 3 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 do_print_filename() {
     6     :
     7 }
     8 
     9 do_kernel_get() {
    10     :
    11 }
    12 
    13 do_kernel_extract() {
    14     :
    15 }
    16 
    17 do_kernel_headers() {
    18     :
    19 }