xref: /linux/lib/crypto/Makefile (revision feb4eb060c3aecc3c5076bebe699cd09f1133c41)
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_CRYPTO_LIB_ARC4) += libarc4.o
4libarc4-y := arc4.o
5