1 obj-
$(CONFIG_CRYPTO_DEV_VMX_ENCRYPT
) += vmx-crypto.o
2 vmx-crypto-objs
:= vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o
4 ifeq ($(CONFIG_CPU_LITTLE_ENDIAN
),y
)
5 TARGET
:= linux-ppc64le
10 quiet_cmd_perl
= PERL
$@
11 cmd_perl
= $(PERL
) $(<) $(TARGET
) > $(@
)
13 targets
+= aesp8-ppc.S ghashp8-ppc.S
15 $(obj
)/aesp8-ppc.S
: $(src
)/aesp8-ppc.pl FORCE
16 $(call if_changed
,perl
)
18 $(obj
)/ghashp8-ppc.S
: $(src
)/ghashp8-ppc.pl FORCE
19 $(call if_changed
,perl
)
21 clean-files
:= aesp8-ppc.S ghashp8-ppc.S