mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-14 07:19:38 +00:00
![Masahiro Yamada](/assets/img/avatar_default.png)
The idea of using fixdep was inspired by Kconfig, but autoksyms belongs to a different group. So, I want to 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. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Nicolas Pitre <nico@linaro.org>