mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-24 04:55:45 +00:00
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.
This commit is contained in:
parent
4a9251622c
commit
8df61a2186
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user