summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorCao jin <caoj.fnst@cn.fujitsu.com>2017-08-22 21:09:53 +0800
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-08-25 00:10:05 +0900
commit64236e315955cc59e2b612e6a0e59579395530ae (patch)
tree0c5c3e997ab3be96eb2b9364a476dc931f7eb5e1 /scripts
parent2bfbe7881ee03d12bbedb05f804d139c88df30a0 (diff)
downloadop-kernel-dev-64236e315955cc59e2b612e6a0e59579395530ae.zip
op-kernel-dev-64236e315955cc59e2b612e6a0e59579395530ae.tar.gz
kbuild: update comments of Makefile.asm-generic
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.asm-generic4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index 95f7d80..a6c8c17 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)
OpenPOWER on IntegriCloud