forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/drivers/crypto/cavium/nitrox/Makefile
....@@ -6,4 +6,10 @@
66 nitrox_lib.o \
77 nitrox_hal.o \
88 nitrox_reqmgr.o \
9
- nitrox_algs.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