kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec file
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 22 Jul 2023 04:47:49 +0000 (13:47 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 24 Jul 2023 15:59:32 +0000 (00:59 +0900)
commit61eca933d0a63f0889df604df6bb38938f3c7cad
tree241a375f015eae52b7f5ea07a82f3d86fd4b616b
parent233046a2afd12a4f699305b92ee634eebf1e4f31
kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec file

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>
scripts/package/mkspec