mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 09:04:51 +08:00
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>
This commit is contained in:
parent
2bfbe7881e
commit
64236e3159
@ -1,9 +1,9 @@
|
|||||||
# include/asm-generic contains a lot of files that are used
|
# include/asm-generic contains a lot of files that are used
|
||||||
# verbatim by several architectures.
|
# 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
|
# 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
|
kbuild-file := $(srctree)/arch/$(SRCARCH)/include/$(src)/Kbuild
|
||||||
-include $(kbuild-file)
|
-include $(kbuild-file)
|
||||||
|
Loading…
Reference in New Issue
Block a user