diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-11 05:07:56 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-08-23 12:38:49 +0200 |
commit | 3c86889b0584be3e0243c22bf0901f12dfebac9a (patch) | |
tree | d843fbd383378a56d02ccc0dfc1d72a53504f785 /arch/csky | |
parent | ARM: 8875/1: Kconfig: default to AEABI w/ Clang (diff) | |
download | linux-3c86889b0584be3e0243c22bf0901f12dfebac9a.tar.xz linux-3c86889b0584be3e0243c22bf0901f12dfebac9a.zip |
ARM: 8876/1: fix O= building with CONFIG_FPE_FASTFPE
To use Fastfpe, a user is supposed to enable CONFIG_FPE_FASTFPE
and put downstream source files into arch/arm/fastfpe/.
It is not working for O= build because $(wildcard arch/arm/fastfpe)
checks if it exists in $(objtree), not in $(srctree).
Add the $(srctree)/ prefix to fix it.
While I was here, I slightly refactored the code.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/csky')
0 files changed, 0 insertions, 0 deletions