author: Linus Torvalds <torvalds@linux-foundation.org> 2017-11-17 17:45:29 -0800
committer: Linus Torvalds <torvalds@linux-foundation.org> 2017-11-17 17:45:29 -0800
commit: 09bd7c75e55cbaa6c731b0c3a5512ad89159f26f
parent: fa7f578076a8814caa5371e9f4949e408140766d
Commit Summary:
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index 524eeedc8d25..32ad8e93fbe1 100644
--- a/scripts/Makefile.asm-generic
+++ b/scripts/Makefile.asm-generic
@@ -6,6 +6,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)