kbuild: rpm-pkg: pass 'linux' to --target option of rpmbuild
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 14 Jul 2022 05:02:41 +0000 (14:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Jul 2022 12:18:00 +0000 (21:18 +0900)
commit6105e4f6511d6b383738be89efb99c607e158a29
treef7e5b4d73010a5c4be4ddf2951255270983e90ca
parent3089b2be0cce14bd026a1018b8f6e5aed8244545
kbuild: rpm-pkg: pass 'linux' to --target option of rpmbuild

Presumably, _target_os is defined even if the --target flag does not
specify it, but it is better to make it explicit.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.package