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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 13 Dec 2015 23:27:59 +0000 (15:27 -0800)
commit5682366cecd1d40cb63f6a88dbe53349cb97e173
tree1ffd1d05ab348f6220b19ee3184064052cab7c85
parente3b6e95d070cbca5e82279fea99e2dba8e38f960
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>
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