]> git.itanic.dy.fi Git - linux-stable/commit
kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rules
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 26 Dec 2023 13:52:42 +0000 (22:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 5 Jan 2024 10:35:38 +0000 (19:35 +0900)
commit68e262f8017d7fa5a9ea1ef21cbaa0fd5334ecd5
tree13f49c2ba318dc19c2dddfc6de9aa3aa8da03b97
parenteaf80f7f2c9c5f08d76858ec32addfcfe64ce58e
kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rules

This is unneeded because the Makefile in the output directory wraps
the top-level Makefile in the srctree.

Just run $(MAKE) irrespective of the build location.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
scripts/package/debian/rules