mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
Make sure the makefiles, etc., for 3rdparty are generated
This commit is contained in:
parent
999c40f045
commit
077425adaf
1 changed files with 4 additions and 0 deletions
|
@ -1189,6 +1189,10 @@ PrepareKernel() {
|
|||
config_dir=arch/arm64/configs
|
||||
%endif
|
||||
echo "Make config for kernel $extension"
|
||||
|
||||
pushd 3rdparty
|
||||
perl mkbuild.pl
|
||||
popd
|
||||
|
||||
%smake -s mrproper
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue