Makefile: Do not explicitly set depmod path to /sbin
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
This commit is contained in:
parent
89ee57c746
commit
157bfcec4c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -403,7 +403,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue