Commit 436e980e authored by Dominique Martinet's avatar Dominique Martinet Committed by Masahiro Yamada
Browse files

kbuild: don't hardcode depmod path



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>
parent c0ea806f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ LEX = flex
YACC		= bison
AWK		= awk
INSTALLKERNEL  := installkernel
DEPMOD		= /sbin/depmod
DEPMOD		= depmod
PERL		= perl
PYTHON		= python
PYTHON3		= python3