Merge remote-tracking branch 'kspp/for-next/kspp'
[deliverable/linux.git] / drivers / net / ethernet / chelsio / cxgb4 / Makefile
1 #
2 # Chelsio T4 driver
3 #
4
5 obj-$(CONFIG_CHELSIO_T4) += cxgb4.o
6
7 cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o cxgb4_uld.o sched.o
8 cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o
9 cxgb4-$(CONFIG_CHELSIO_T4_FCOE) += cxgb4_fcoe.o
10 cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o
This page took 0.030606 seconds and 5 git commands to generate.