scripts/build/kernel/bare-metal.sh
changeset 965 45ddf096def1
parent 861 5506fbbad59b
child 1112 c72aecd1a9ef
     1.1 --- a/scripts/build/kernel/bare-metal.sh	Tue Sep 16 17:39:40 2008 +0000
     1.2 +++ b/scripts/build/kernel/bare-metal.sh	Thu Oct 23 13:45:48 2008 +0000
     1.3 @@ -2,6 +2,11 @@
     1.4  # Copyright 2008 Yann E. MORIN
     1.5  # Licensed under the GPL v2. See COPYING in the root of this package
     1.6  
     1.7 +CT_DoKernelTupleValues() {
     1.8 +    # For bare-metal, there is no kernel part in the tuple
     1.9 +    CT_TARGET_KERNEL=
    1.10 +}
    1.11 +
    1.12  do_print_filename() {
    1.13      :
    1.14  }