summaryrefslogtreecommitdiff
path: root/scripts/build/kernel_linux.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 22:09:36 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 22:09:36 (GMT)
commit8df61a2186835b7b84997d17db568668bbeda95f (patch)
tree53cd374a7d2e5f8e81eba778c5a2699c2309d34b /scripts/build/kernel_linux.sh
parent4a9251622c9b2ed75bc2a2a4fbe23774e5529ccc (diff)
Don't make checking the kernel config file a step by itself. Only make it a step if we need a not-provided kernel config file.
Diffstat (limited to 'scripts/build/kernel_linux.sh')
-rw-r--r--scripts/build/kernel_linux.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/kernel_linux.sh b/scripts/build/kernel_linux.sh
index 76052fa..9c1a004 100644
--- a/scripts/build/kernel_linux.sh
+++ b/scripts/build/kernel_linux.sh
@@ -25,8 +25,6 @@ do_kernel_extract() {
# Check kernel configuration
do_kernel_check_config() {
- CT_DoStep INFO "Checking kernel configuration"
-
# Only the copied or sanitised headers need a config file.
# Pre-existing headers as well as headers_install don't.
if [ "${CT_KERNEL_LINUX_NEEDS_CONFIG}" = "y" \
@@ -48,8 +46,6 @@ do_kernel_check_config() {
CT_EndStep
fi
-
- CT_EndStep
}
# Wrapper to the actual headers install method