staging: rtl8188eu: rename HalSetBrateCfg() - style
[linux/fpc-iii.git] / drivers / crypto / vmx / Makefile
blobcab32cfec9c45d0e90d930404462743beab2d542
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_CRYPTO_DEV_VMX_ENCRYPT) += vmx-crypto.o
3 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o
5 ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y)
6 TARGET := linux-ppc64le
7 else
8 TARGET := linux-ppc64
9 endif
11 quiet_cmd_perl = PERL $@
12 cmd_perl = $(PERL) $(<) $(TARGET) > $(@)
14 targets += aesp8-ppc.S ghashp8-ppc.S
16 $(obj)/aesp8-ppc.S: $(src)/aesp8-ppc.pl FORCE
17 $(call if_changed,perl)
19 $(obj)/ghashp8-ppc.S: $(src)/ghashp8-ppc.pl FORCE
20 $(call if_changed,perl)
22 clean-files := aesp8-ppc.S ghashp8-ppc.S