Re: [PATCH] nds32: vdso: fix and clean-up Makefile

2019-04-24 Thread Greentime Hu
Masahiro Yamada 於 2019年4月18日 週四 下午5:37寫道: > > Hi Greentime, > > > On Wed, Apr 3, 2019 at 5:38 PM Masahiro Yamada > wrote: > > > > - $(call if_changed,...) must have FORCE as a prerequisite > > > > - vdso.lds is a generated file, so it should be prefixed with > > $(obj)/ instead of $(src)/. > >

Re: [PATCH] nds32: vdso: fix and clean-up Makefile

2019-04-18 Thread Masahiro Yamada
Hi Greentime, On Wed, Apr 3, 2019 at 5:38 PM Masahiro Yamada wrote: > > - $(call if_changed,...) must have FORCE as a prerequisite > > - vdso.lds is a generated file, so it should be prefixed with > $(obj)/ instead of $(src)/. > > - cmd_vdsosym is a one-liner rule, so the assignment with '=' >

[PATCH] nds32: vdso: fix and clean-up Makefile

2019-04-03 Thread Masahiro Yamada
- $(call if_changed,...) must have FORCE as a prerequisite - vdso.lds is a generated file, so it should be prefixed with $(obj)/ instead of $(src)/. - cmd_vdsosym is a one-liner rule, so the assignment with '=' is simpler. Signed-off-by: Masahiro Yamada --- arch/nds32/kernel/vdso/Makefile