Re: [PATCH 3/8] kbuild: refactor modversions build rules

2018-11-17 Thread Masahiro Yamada
Hi Sam, On Sat, Nov 17, 2018 at 5:01 AM Sam Ravnborg wrote: > > Hi Masahiro > > On Thu, Nov 15, 2018 at 05:27:10PM +0900, Masahiro Yamada wrote: > > Let $(CC) compile objects into normal files *.o instead of .tmp_*.o > > whether CONFIG_MODVERSIONS is enabled or not. This will help simplify > > b

Re: [PATCH 3/8] kbuild: refactor modversions build rules

2018-11-16 Thread Sam Ravnborg
Hi Masahiro On Thu, Nov 15, 2018 at 05:27:10PM +0900, Masahiro Yamada wrote: > Let $(CC) compile objects into normal files *.o instead of .tmp_*.o > whether CONFIG_MODVERSIONS is enabled or not. This will help simplify > build rules a lot. Another approach would be to move more of the build stuff