You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Chelsio 10Gb NIC driver for Linux.
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T1) += cxgb.o
|
|
|
|
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/chelsio $(DEBUG_FLAGS)
|
|
|
|
|
|
cxgb-objs := cxgb2.o espi.o pm3393.o sge.o subr.o mv88x201x.o
|
|
|
|
|