commit | 0ff8e00f2c1e939a44410b1b33f62e1932384531 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Apr 03 17:37:13 2019 +0900 |
committer | Greentime Hu <greentime@andestech.com> | Tue May 07 17:52:09 2019 +0800 |
tree | ea426e918f2927b05d341622b4eaa41fee30e73d | |
parent | 5b633e517b8c02d0391f3f87e1af35cc38168b40 [diff] |
nds32: vdso: fix and clean-up Makefile - $(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 <yamada.masahiro@socionext.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>