aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sxg/sxg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/sxg/sxg.c')
-rw-r--r--drivers/staging/sxg/sxg.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/staging/sxg/sxg.c b/drivers/staging/sxg/sxg.c
index fbf5825bdd7..cb48144885e 100644
--- a/drivers/staging/sxg/sxg.c
+++ b/drivers/staging/sxg/sxg.c
@@ -76,7 +76,14 @@
#include "sxgdbg.h"
#include "sxgphycode.h"
-#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
static int sxg_allocate_buffer_memory(struct adapter_t *adapter, u32 Size,
enum sxg_buffer_type BufferType);