brintos

brintos / linux-shallow public Read only

0
0
Text · 337 B · f83991a Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_CRYPTO_DEV_NITROX_CNN55XX) += n5pf.o3 4n5pf-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.o13 14n5pf-$(CONFIG_PCI_IOV) += nitrox_sriov.o15n5pf-$(CONFIG_DEBUG_FS) += nitrox_debugfs.o16