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
|
||||
GENKSYMS = scripts/genksyms/genksyms
|
||||
INSTALLKERNEL := installkernel
|
||||
DEPMOD = /sbin/depmod
|
||||
DEPMOD = depmod
|
||||
PERL = perl
|
||||
PYTHON = python
|
||||
PYTHON2 = python2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue