mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
5 lines
99 B
Makefile
5 lines
99 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
obj-$(CONFIG_CRYPTO_LIB_ARC4) += libarc4.o
|
||
|
libarc4-y := arc4.o
|