]> git.itanic.dy.fi Git - linux-stable/commit
kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rules
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 26 Dec 2023 13:52:39 +0000 (22:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 29 Dec 2023 13:25:21 +0000 (22:25 +0900)
commit7d4f07d5cb71728cea2b6fe8b087a0ce1dbda23a
tree4128d470f9edd078b2ea411a508041970c408043
parent466e6fc43fb9eefa26ec766f78ce18616bf84b9a
kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rules

The binary-arch target needs to use the same CROSS_COMPILE as used in
build-arch; otherwise, 'make run-command' may attempt to resync the
.config file.

Squash scripts/package/deb-build-option into debian/rules, as it is a
small amount of code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
scripts/package/deb-build-option [deleted file]
scripts/package/debian/rules