Makefile: Do not explicitly set depmod path to /sbin

Signed-off-by: rsuntk <rissu.ntk@gmail.com>
This commit is contained in:
rsuntk 2025-03-11 11:46:07 +00:00
parent 89ee57c746
commit 157bfcec4c

View file

@ -403,7 +403,7 @@ YACC = bison
AWK = awk
GENKSYMS = scripts/genksyms/genksyms
INSTALLKERNEL := installkernel
DEPMOD = /sbin/depmod
DEPMOD = depmod
PERL = perl
PYTHON = python
PYTHON2 = python2