1# SPDX-License-Identifier: GPL-2.0-only 2ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 3ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb 4 5obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o 6 7iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o id_table.o \ 8 restrack.o 9