commit | 697e96ed1720d6aad196e7a663d545df2edd44a4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Apr 03 17:48:22 2019 +0900 |
committer | Will Deacon <will.deacon@arm.com> | Wed Apr 03 18:35:14 2019 +0100 |
tree | c4eb225ef259a71904ce94a15d45562ceb80d8ac | |
parent | 70b3d237bd7f52d3322c750a358581bf5a267699 [diff] |
arm64: 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> Signed-off-by: Will Deacon <will.deacon@arm.com>