Raw File
Makefile
obj-$(CONFIG_CRYPTO_DEV_QCE) += qcrypto.o
qcrypto-objs := core.o \
		common.o \
		dma.o \
		sha.o \
		ablkcipher.o
back to top