repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
async_tx: add support for asynchronous GF multiplication
[linux-2.6/mini2440.git]
/
crypto
/
async_tx
/
Makefile
blob
1b992658825999b5de47696f9bdec38d13485784
1
obj-
$(
CONFIG_ASYNC_CORE
) +=
async_tx.o
2
obj-
$(
CONFIG_ASYNC_MEMCPY
) +=
async_memcpy.o
3
obj-
$(
CONFIG_ASYNC_MEMSET
) +=
async_memset.o
4
obj-
$(
CONFIG_ASYNC_XOR
) +=
async_xor.o
5
obj-
$(
CONFIG_ASYNC_PQ
) +=
async_pq.o