Re: [PATCH v2 6/7] kbuild: move include/config/ksym/* to include/ksym/*

2018-03-15 Thread Nicolas Pitre
On Fri, 16 Mar 2018, Masahiro Yamada wrote: > The idea of using fixdep was inspired by Kconfig, but autoksyms > belongs to a different group. So, I want move those touched files > under include/config/ksym/ to include/ksym/. > > The directory include/ksym/ can be removed by "make clean" because

[PATCH v2 6/7] kbuild: move include/config/ksym/* to include/ksym/*

2018-03-15 Thread Masahiro Yamada
The idea of using fixdep was inspired by Kconfig, but autoksyms belongs to a different group. So, I want move those touched files under include/config/ksym/ to include/ksym/. The directory include/ksym/ can be removed by "make clean" because it is meaningless for the external module building. Si