diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-11-06 23:05:23 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-10 12:57:10 -0500 |
commit | fd88b31a1d49f08911ed291e46e5bc6e8afabdfa (patch) | |
tree | 4950e9ea00a8fffe5726cc88395f8deec4526d98 /drivers/net/ethernet/chelsio/cxgb4/Makefile | |
parent | 1a2881728211f0915c0fa1364770b9c73a67a073 (diff) |
cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/Makefile')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/Makefile b/drivers/net/ethernet/chelsio/cxgb4/Makefile index 1df65c915b99..b85280775997 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/Makefile +++ b/drivers/net/ethernet/chelsio/cxgb4/Makefile | |||
@@ -6,3 +6,4 @@ obj-$(CONFIG_CHELSIO_T4) += cxgb4.o | |||
6 | 6 | ||
7 | cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o | 7 | cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o |
8 | cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o | 8 | cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o |
9 | cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o | ||