mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-29 12:49:33 +00:00
Add cxgb_get_4tuple() in libcxgb_cm.c to remove it's duplicate definitions from cxgb4/cm.c and cxgbit/cxgbit_cm.c. Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4
|
|
|
|
obj-$(CONFIG_CHELSIO_LIB) += libcxgb.o
|
|
|
|
libcxgb-y := libcxgb_ppm.o libcxgb_cm.o
|