commit | eb27ea5ce7f367b185953cc9bc6e606004cfd8c4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Aug 19 17:58:43 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 22 01:14:11 2019 +0900 |
tree | 9b49344af8c36e30e9c846ead46c00b704c65195 | |
parent | 2ff2b7ec65dcea2261bdf404654975f44ad6323d [diff] |
kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build Makefile.lib is included by Makefile.modfinal as well as Makefile.build. Move modkern_cflags to Makefile.lib in order to simplify cmd_cc_o_c in Makefile.modfinal. Move modkern_cflags as well for consistency. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>