Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccf4f293 authored by Dominique Martinet's avatar Dominique Martinet Committed by Greg Kroah-Hartman
Browse files

kbuild: don't hardcode depmod path



commit 436e980e2ed526832de822cbf13c317a458b78e1 upstream.

depmod is not guaranteed to be in /sbin, just let make look for
it in the path like all the other invoked programs

Signed-off-by: default avatarDominique Martinet <asmadeus@codewreck.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 610bdbf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -400,7 +400,7 @@ YACC = bison
AWK		= awk
AWK		= awk
GENKSYMS	= scripts/genksyms/genksyms
GENKSYMS	= scripts/genksyms/genksyms
INSTALLKERNEL  := installkernel
INSTALLKERNEL  := installkernel
DEPMOD		= /sbin/depmod
DEPMOD		= depmod
PERL		= perl
PERL		= perl
PYTHON		= python
PYTHON		= python
PYTHON2		= python2
PYTHON2		= python2