diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-10-01 14:38:22 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-10-18 10:16:09 +0200 |
commit | a55d4aee76ca72e198a657cb471d2a3b37983072 (patch) | |
tree | b134f1d8d7847b1ce9b47c712f8b2066a77b5082 /fs/fs_struct.c | |
parent | rust: Respect HOSTCC when linking for host (diff) | |
download | linux-a55d4aee76ca72e198a657cb471d2a3b37983072.tar.xz linux-a55d4aee76ca72e198a657cb471d2a3b37983072.zip |
kbuild: make binrpm-pkg always produce kernel-devel package
The generation of the kernel-devel package is disabled for binrpm-pkg
presumably because it was quite big (>= 200MB) and took a long time to
package.
Commit fe66b5d2ae72 ("kbuild: refactor kernel-devel RPM package and
linux-headers Deb package") reduced the package size to 12MB, and now
it is quick to build. It won't hurt to have binrpm-pkg generate it by
default.
If you want to skip the kernel-devel package generation, you can pass
RPMOPTS='--without devel':
$ make binrpm-pkg RPMOPTS='--without devel'
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'fs/fs_struct.c')
0 files changed, 0 insertions, 0 deletions