mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
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
|
|
|