33a85aa1c9
Fix problems detected by sparse: 1. whole chunk of MAC code was for defined and never used 2. hook for running ext intr in workqueue wasn't being used Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
9 lines
209 B
Makefile
9 lines
209 B
Makefile
#
|
|
# Chelsio T1 driver
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T1) += cxgb.o
|
|
|
|
cxgb-$(CONFIG_CHELSIO_T1_1G) += mv88e1xxx.o vsc7326.o
|
|
cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \
|
|
mv88x201x.o my3126.o $(cxgb-y)
|