mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
02038fd664
Adds the config entry for the Chelsio Crypto Driver, Makefile changes for the same. Signed-off-by: Atul Gupta <atul.gupta@chelsio.com> Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
5 lines
132 B
Makefile
5 lines
132 B
Makefile
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o
|
|
chcr-objs := chcr_core.o chcr_algo.o
|