repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "unicode: Don't special case ignorable code points"
[linux.git]
/
drivers
/
crypto
/
cavium
/
zip
/
Makefile
blob
020d189d793ded90f0637ebfdb226dc15629b8f7
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for Cavium's ZIP Driver.
4
#
5
6
obj-
$(
CONFIG_CRYPTO_DEV_CAVIUM_ZIP
) +=
thunderx_zip.o
7
thunderx_zip-y
:=
zip_main.o \
8
zip_device.o \
9
zip_crypto.o \
10
zip_mem.o \
11
zip_deflate.o \
12
zip_inflate.o