mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +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
|
||||
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
|
||||
%if %{build_headers}
|
||||
|
|
Loading…
Add table
Reference in a new issue