author: Cao jin <caoj.fnst@cn.fujitsu.com> 2017-08-22 21:09:53 +0800
committer: Masahiro Yamada <yamada.masahiro@socionext.com> 2017-08-25 00:10:05 +0900
commit: 64236e315955cc59e2b612e6a0e59579395530ae
parent: 2bfbe7881ee03d12bbedb05f804d139c88df30a0
Commit Summary:
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index 95f7d8090152..a6c8c1780855 100644
--- a/scripts/Makefile.asm-generic
+++ b/scripts/Makefile.asm-generic
@@ -1,9 +1,9 @@
# include/asm-generic contains a lot of files that are used
# verbatim by several architectures.
#
-# This Makefile reads the file arch/$(SRCARCH)/include/asm/Kbuild
+# This Makefile reads the file arch/$(SRCARCH)/include/$(src)/Kbuild
# and for each file listed in this file with generic-y creates
-# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm)
+# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/$(src))
kbuild-file := $(srctree)/arch/$(SRCARCH)/include/$(src)/Kbuild
-include $(kbuild-file)