VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Masahiro Yamada <yamada.masahiro@socionext.com> 2017-10-11 12:52:29 +0900 committer: Masahiro Yamada <yamada.masahiro@socionext.com> 2017-11-13 22:54:17 +0900 commit: a7d34df3d12c34304638bbe7375d91c63717c453 parent: 4e13d47c5806bafb5e524b08a9d759b606b1851c
Commit Summary:
kbuild: add forward declaration of default target to Makefile.asm-generic
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index a6c8c1780855..9563215a23c6 100644
--- a/scripts/Makefile.asm-generic
+++ b/scripts/Makefile.asm-generic
@@ -5,6 +5,9 @@
 # and for each file listed in this file with generic-y creates
 # a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/$(src))
 
+PHONY := all
+all:
+
 kbuild-file := $(srctree)/arch/$(SRCARCH)/include/$(src)/Kbuild
 -include $(kbuild-file)