mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
Merge branch '391-build-system-change-order-of-checks-to-build-a-module' into 'master'
Resolve "build-system: change order of checks to build a module" Closes #391 See merge request Pmodules/src!421
This commit is contained in:
@@ -1335,9 +1335,9 @@ build_modules_yaml_v1(){
|
||||
debug "don't build this variant: ${config['variant']} != *:${build_variant}:*"
|
||||
return 0
|
||||
fi
|
||||
check_system module_config || return 1
|
||||
check_kernel module_config || return 1
|
||||
check_target_cpu module_config || return 1
|
||||
check_system module_config || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user