Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
8 lines
279 B
Makefile
8 lines
279 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += sec2/
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += hisi_qm.o
|
|
hisi_qm-objs = qm.o sgl.o
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/
|