diff options
| author | Masahiro Yamada <[email protected]> | 2023-08-01 10:11:46 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2023-08-11 11:19:27 +0000 |
| commit | ac2d838fb7c479434513c8d4565a111fb805edaa (patch) | |
| tree | 2a8f68d3b6638e2f37dbf6a24fab7733de7d1944 /lib/crypto/mpi/mpiutil.c | |
| parent | crypto: stm32 - Convert to platform remove callback returning void (diff) | |
| download | kernel-ac2d838fb7c479434513c8d4565a111fb805edaa.tar.gz kernel-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 <[email protected]>
Acked-by: Will Deacon <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions
