Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64236e31 authored by Cao jin's avatar Cao jin Committed by Masahiro Yamada
Browse files

kbuild: update comments of Makefile.asm-generic

parent 2bfbe788
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# 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)