aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sxg/sxg_ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/sxg/sxg_ethtool.c')
-rw-r--r--drivers/staging/sxg/sxg_ethtool.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/staging/sxg/sxg_ethtool.c b/drivers/staging/sxg/sxg_ethtool.c
index 151f7f075b5..a0632072a55 100644
--- a/drivers/staging/sxg/sxg_ethtool.c
+++ b/drivers/staging/sxg/sxg_ethtool.c
@@ -54,7 +54,14 @@
#include "sxghif.h"
#include "sxg.h"
//#include "sxg.c"
-#include "saharadbgdownload.h"
+#define SXG_UCODE_DBG 0 /* Turn on for debugging */
+#ifdef SXG_UCODE_DBG
+#include "saharadbgdownload.c"
+#include "saharadbgdownloadB.c"
+#else
+#include "saharadownload.c"
+#include "saharadownloadB.c"
+#endif
struct sxg_nic_stats {
char stat_string[ETH_GSTRING_LEN];