mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 07:47:50 +00:00
Remove cavium/zip as it is obsolete and stands in the way of acomp API work. If this is ever resurrected, please turn it into an acomp driver. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
7 lines
168 B
Makefile
7 lines
168 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for Cavium crypto device drivers
|
|
#
|
|
obj-$(CONFIG_CRYPTO_DEV_CPT) += cpt/
|
|
obj-$(CONFIG_CRYPTO_DEV_NITROX) += nitrox/
|