From 9d935509fdb48e47cc46e81d2b9d466b18b546ba Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 17 Dec 2013 19:42:25 +0000 Subject: target-arm: add support for v8 AES instructions This adds support for the AESE/AESD/AESMC/AESIMC instructions that are available on some v8 implementations of Aarch32. Signed-off-by: Ard Biesheuvel Message-id: 1386266078-6976-1-git-send-email-ard.biesheuvel@linaro.org Signed-off-by: Peter Maydell --- target-arm/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/Makefile.objs') diff --git a/target-arm/Makefile.objs b/target-arm/Makefile.objs index 356fbfcdfd..f428b5b7d7 100644 --- a/target-arm/Makefile.objs +++ b/target-arm/Makefile.objs @@ -6,3 +6,4 @@ obj-y += translate.o op_helper.o helper.o cpu.o obj-y += neon_helper.o iwmmxt_helper.o obj-y += gdbstub.o obj-$(TARGET_AARCH64) += cpu64.o translate-a64.o gdbstub64.o +obj-y += crypto_helper.o -- cgit v1.2.1