Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 obj-$(CONFIG_CRYPTO_DEV_NITROX_CNN55XX) += n5pf.o
0003 
0004 n5pf-objs := nitrox_main.o \
0005         nitrox_isr.o \
0006         nitrox_lib.o \
0007         nitrox_hal.o \
0008         nitrox_reqmgr.o \
0009         nitrox_algs.o   \
0010         nitrox_mbx.o    \
0011         nitrox_skcipher.o \
0012         nitrox_aead.o
0013 
0014 n5pf-$(CONFIG_PCI_IOV) += nitrox_sriov.o
0015 n5pf-$(CONFIG_DEBUG_FS) += nitrox_debugfs.o