commit | 86833f0a57c3d5f3ed8bba465369c15c831d3909 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Sat Dec 08 09:04:25 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jan 16 00:21:08 2013 -0800 |
tree | 9601bd5bf93cbaf2bb1147018178826ba60036d4 | |
parent | daf3ec688e057f6060fb9bb0819feac7a8bbf45c [diff] |
ixgbe: only compile ixgbe_debugfs.o when enabled This patch modifies ixgbe_debugfs.c and the Makefile for the ixgbe driver to only compile the file when the config is enabled. This means we can remove the #ifdef inside the ixgbe_debugfs.c file. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>