mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 22:54:05 +08:00
c694b23329
Enable the CPT VF driver. CPT is the cryptographic Acceleration Unit in Octeon-tx series of processors. Signed-off-by: George Cherian <george.cherian@cavium.com> Reviewed-by: David Daney <david.daney@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
156 B
Makefile
4 lines
156 B
Makefile
obj-$(CONFIG_CAVIUM_CPT) += cptpf.o cptvf.o
|
|
cptpf-objs := cptpf_main.o cptpf_mbox.o
|
|
cptvf-objs := cptvf_main.o cptvf_reqmanager.o cptvf_mbox.o cptvf_algs.o
|