commit | bcaf9b57e4884e86717c1f4cee8157fd68189aa7 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Fri Oct 04 15:43:53 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Oct 07 13:32:02 2019 +0100 |
tree | a5f8980941d74fa72ac82c3af1682c0922c3b349 | |
parent | 24ee01a927bfe56c66429ec4b1df6955a814adc8 [diff] |
arm64: vdso32: Move definition of COMPATCC into vdso32/Makefile There's no need to export COMPATCC, so just define it locally in the vdso32/Makefile, which is the only place where it is used. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will@kernel.org>