diff -r 5506fbbad59b -r 45ddf096def1 scripts/build/kernel/bare-metal.sh --- a/scripts/build/kernel/bare-metal.sh Tue Sep 16 17:39:40 2008 +0000 +++ b/scripts/build/kernel/bare-metal.sh Thu Oct 23 13:45:48 2008 +0000 @@ -2,6 +2,11 @@ # Copyright 2008 Yann E. MORIN # Licensed under the GPL v2. See COPYING in the root of this package +CT_DoKernelTupleValues() { + # For bare-metal, there is no kernel part in the tuple + CT_TARGET_KERNEL= +} + do_print_filename() { : }