mirror of
https://abf.rosa.ru/djam/kernel-5.10.git
synced 2025-02-25 01:32:48 +00:00
strip kernel modules
This commit is contained in:
parent
300bd5e2db
commit
26660b3500
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ cp -f arch/x86/boot/bzImage %{temp_boot}/vmlinuz-%{kver_full}
|
||||||
|
|
||||||
# modules
|
# modules
|
||||||
install -d %{temp_modules}/%{kver_full}
|
install -d %{temp_modules}/%{kver_full}
|
||||||
%smake INSTALL_MOD_PATH=%{temp_root} KERNELRELEASE=%{kver_full} modules_install
|
%smake INSTALL_MOD_PATH=%{temp_root} KERNELRELEASE=%{kver_full} INSTALL_MOD_STRIP=1 modules_install
|
||||||
|
|
||||||
# headers
|
# headers
|
||||||
%if %{build_headers}
|
%if %{build_headers}
|
||||||
|
|
Loading…
Add table
Reference in a new issue