VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Rasmus Villemoes <linux@rasmusvillemoes.dk> 2021-03-05 11:02:12 +0100 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-04-25 05:12:32 +0900 commit: 0b956e204132ce3fe4221a062638bf83a30e6200 parent: 5cc1247204616528b427e276c97c5bc4c9612347
Commit Summary:
kbuild: apply fixdep logic to link-vmlinux.sh
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/Makefile b/Makefile
index 80c82155ebb6..03e3ee982f14 100644
--- a/Makefile
+++ b/Makefile
@@ -1213,7 +1213,7 @@ cmd_link-vmlinux =                                                 \
 	$(if $(ARCH_POSTLINK), $(MAKE) -f $(ARCH_POSTLINK) $@, true)
 
 vmlinux: scripts/link-vmlinux.sh autoksyms_recursive $(vmlinux-deps) FORCE
-	+$(call if_changed,link-vmlinux)
+	+$(call if_changed_dep,link-vmlinux)
 
 targets := vmlinux