diff options
author | 2023-08-01 19:11:46 +0900 | |
---|---|---|
committer | 2023-08-11 19:19:27 +0800 | |
commit | ac2d838fb7c479434513c8d4565a111fb805edaa (patch) | |
tree | 2a8f68d3b6638e2f37dbf6a24fab7733de7d1944 /lib/crypto/mpi/mpi-sub-ui.c | |
parent | crypto: stm32 - Convert to platform remove callback returning void (diff) | |
download | wireguard-linux-ac2d838fb7c479434513c8d4565a111fb805edaa.tar.xz wireguard-linux-ac2d838fb7c479434513c8d4565a111fb805edaa.zip |
crypto: arm64/aes - remove Makefile hack
Do it more simiply. This also fixes single target builds.
[before]
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- arch/arm64/crypto/aes-glue-ce.i
[snip]
make[4]: *** No rule to make target 'arch/arm64/crypto/aes-glue-ce.i'. Stop.
[after]
$ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- arch/arm64/crypto/aes-glue-ce.i
[snip]
CPP arch/arm64/crypto/aes-glue-ce.i
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions