]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 13 Dec 2015 23:27:59 +0000 (15:27 -0800)
commit16ddc39ab3312e26fb482d2deba06405bd9095f8
tree1ffd1d05ab348f6220b19ee3184064052cab7c85
parent00fb6ff4dd30b8c36f1a4a582f6c1707b0821741
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