GNU Linux-libre 5.19-rc6-gnu
[releases.git] / drivers / crypto / cavium / nitrox / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_CRYPTO_DEV_NITROX_CNN55XX) += n5pf.o
3
4 n5pf-objs := nitrox_main.o \
5         nitrox_isr.o \
6         nitrox_lib.o \
7         nitrox_hal.o \
8         nitrox_reqmgr.o \
9         nitrox_algs.o   \
10         nitrox_mbx.o    \
11         nitrox_skcipher.o \
12         nitrox_aead.o
13
14 n5pf-$(CONFIG_PCI_IOV) += nitrox_sriov.o
15 n5pf-$(CONFIG_DEBUG_FS) += nitrox_debugfs.o