You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
Add register and unregister for crypto driver. Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: I406776514374bb460875ce8bd71a3031cd110587
11 lines
195 B
Makefile
11 lines
195 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
obj-$(CONFIG_CRYPTO_DEV_ROCKCHIP_DEV) += cryptodev.o
|
|
cryptodev-objs := ioctl.o \
|
|
main.o \
|
|
cryptlib.o \
|
|
authenc.o \
|
|
zc.o \
|
|
util.o \
|
|
rk_cryptodev.o
|
|
|