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
|