repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
crypto
/
cavium
/
nitrox
/
Makefile
blob
f83991aaf82040a0c24b69c4b7b27ae6047e26fd
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