VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Dominique Martinet <asmadeus@codewreck.org> 2020-12-01 14:17:30 +0100 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-12-21 13:57:08 +0900 commit: 436e980e2ed526832de822cbf13c317a458b78e1 parent: c0ea806f874eb32894249b4a67c2f2452881b775
Commit Summary:
kbuild: don't hardcode depmod path
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/Makefile b/Makefile
index 9ec53d947628..f01c247eba58 100644
--- a/Makefile
+++ b/Makefile
@@ -450,7 +450,7 @@ LEX		= flex
 YACC		= bison
 AWK		= awk
 INSTALLKERNEL  := installkernel
-DEPMOD		= /sbin/depmod
+DEPMOD		= depmod
 PERL		= perl
 PYTHON		= python
 PYTHON3		= python3