mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-30 03:09:40 +02:00
build-system: change order of checks to build a module
This commit is contained in:
@@ -1335,9 +1335,9 @@ build_modules_yaml_v1(){
|
|||||||
debug "don't build this variant: ${config['variant']} != *:${build_variant}:*"
|
debug "don't build this variant: ${config['variant']} != *:${build_variant}:*"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
check_system module_config || return 1
|
|
||||||
check_kernel module_config || return 1
|
check_kernel module_config || return 1
|
||||||
check_target_cpu module_config || return 1
|
check_target_cpu module_config || return 1
|
||||||
|
check_system module_config || return 1
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user