5 lines
150 B
Makefile
5 lines
150 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
obj-$(CONFIG_CRYPTO_DEV_JH7110) += jh7110-crypto.o
|
||
|
jh7110-crypto-objs := jh7110-cryp.o jh7110-hash.o jh7110-rsa.o
|