Re: [PATCH 2/7] kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/

2020-11-23 Thread Randy Dunlap
Hi- On 11/22/20 8:53 PM, Masahiro Yamada wrote: > --- > > Documentation/kbuild/makefiles.rst | 61 +- > Documentation/kbuild/modules.rst | 2 +- > 2 files changed, 35 insertions(+), 28 deletions(-) > > diff --git a/Documentation/kbuild/makefiles.rst > b/Document

[PATCH 2/7] kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/

2020-11-22 Thread Masahiro Yamada
Precisely speaking, the arch directory is specified by $(SRCARCH), not $(ARCH). In old days, $(ARCH) actually matched to the arch directory because 32-bit and 64-bit were supported as separate architectures. Most architectures (except arm/arm64) were unified like follows: arch/i386, arch/x86