]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
kbuild: update comments of Makefile.asm-generic
authorCao jin <caoj.fnst@cn.fujitsu.com>
Tue, 22 Aug 2017 13:09:53 +0000 (21:09 +0800)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 24 Aug 2017 15:10:05 +0000 (00:10 +0900)
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.asm-generic

index 95f7d80901524a4c966505397af6931f3e3316f3..a6c8c17808551aa146102ccb4132f8f5605ea74d 100644 (file)
@@ -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)