]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fm10k: conditionally compile DCB and DebugFS support
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 27 Oct 2015 19:51:09 +0000 (12:51 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 26 Feb 2017 06:03:35 +0000 (22:03 -0800)
commit564f77bad7ca760fae89aa6d64c0da09c7325fb1
tree10c67c84b77e872083f82d97ed6f77852a71a11d
parentf09e474ac945462f8bb846c994d1a6dc42b79a8e
fm10k: conditionally compile DCB and DebugFS support

Rather than wrapping fm10k_dcbnl.c and fm10k_debugfs.c support with
 #ifdef blocks, just conditionally include the .o files in the Makefile.
Also, since we're modifying it, update the copyright year on the
Makefile.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Orabug: 25394529
(cherry picked from commit 5682366cecd1d40cb63f6a88dbe53349cb97e173)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
drivers/net/ethernet/intel/fm10k/Makefile
drivers/net/ethernet/intel/fm10k/fm10k.h
drivers/net/ethernet/intel/fm10k/fm10k_dcbnl.c
drivers/net/ethernet/intel/fm10k/fm10k_debugfs.c