summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/aes-glue-neon.c
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-08-01 19:11:46 +0900
committerHerbert Xu <herbert@gondor.apana.org.au>2023-08-11 19:19:27 +0800
commitac2d838fb7c479434513c8d4565a111fb805edaa (patch)
tree2a8f68d3b6638e2f37dbf6a24fab7733de7d1944 /arch/arm64/crypto/aes-glue-neon.c
parent7f1045c61876addde13b9aeff2d504aa9dabc3a7 (diff)
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 'arch/arm64/crypto/aes-glue-neon.c')
-rw-r--r--arch/arm64/crypto/aes-glue-neon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/crypto/aes-glue-neon.c b/arch/arm64/crypto/aes-glue-neon.c
new file mode 100644
index 000000000000..8ba046321064
--- /dev/null
+++ b/arch/arm64/crypto/aes-glue-neon.c
@@ -0,0 +1 @@
+#include "aes-glue.c"