Dimitris Michailidis | b8ff05a | 2010-04-01 15:28:26 +0000 | [diff] [blame] | 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 | ||||
Anish Bhatt | 19f43d1 | 2014-06-19 21:37:14 -0700 | [diff] [blame] | 8 | cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o |
Hariprasad Shenai | fd88b31 | 2014-11-07 09:35:23 +0530 | [diff] [blame] | 9 | cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o |