kbuild: add srcdeb-pkg target
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 17 Apr 2023 14:25:47 +0000 (23:25 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 23 Apr 2023 13:46:46 +0000 (22:46 +0900)
commit31f735c65d4f4825c57620f39f2fa27aa01ac172
tree95acb01997457e038e0b52c0c3832fe7fa7c4ece
parentccb2d173b983984bfa35398abed3f8a76c75f788
kbuild: add srcdeb-pkg target

This new target builds only the debian source package.

Unify the build rules of deb-pkg, srcdeb-pkg, bindeb-pkg to avoid
code duplication.

--no-check-builddeps is added to srcdeb-pkg so that build dependencies
will not be checked.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
scripts/Makefile.package