Re: [PATCH] fixdep: trivial: typo fix and correction

From: Cao jin
Date: Thu Aug 10 2017 - 09:45:23 EST


Hi Masahiro-san

On 08/10/2017 12:05 AM, Masahiro Yamada wrote:
> 2017-08-08 22:20 GMT+09:00 Cao jin <caoj.fnst@xxxxxxxxxxxxxx>:
>> Signed-off-by: Cao jin <caoj.fnst@xxxxxxxxxxxxxx>
>
> Applied to linux-kbuild/fixes. Thanks!
>

I want to ask a question via this thread.

I am tracing how each kernel source file compiled, and I met mounts-y in
init/Makefile, I have trouble in finding the rule which compile
$(mounts-y), but I clearly see the files in $(mounts-y) are compiled in
the output of `make -n vmlinux`, but the files listed in mounts-y are
not listed in obj-y. I think I must miss something, could you give some
hint?

--
Sincerely,
Cao jin