Browse Source

bifury: Update to current git

Luke Dashjr 12 years ago
parent
commit
11aacc871c
2 changed files with 3 additions and 2 deletions
  1. 2 1
      configure.ac
  2. 1 1
      driver-bifury.c

+ 2 - 1
configure.ac

@@ -602,7 +602,8 @@ AC_ARG_ENABLE([bifury],
 	)
 	)
 if test "x$bifury" = "xyes"; then
 if test "x$bifury" = "xyes"; then
 	AC_DEFINE([USE_BIFURY], [1], [Defined to 1 if Bi*Fury support is wanted])
 	AC_DEFINE([USE_BIFURY], [1], [Defined to 1 if Bi*Fury support is wanted])
-	need_fpgautils=yes
+	need_lowl_vcom=yes
+	has_asic=yes
 fi
 fi
 AM_CONDITIONAL([USE_BIFURY], [test x$bifury = xyes])
 AM_CONDITIONAL([USE_BIFURY], [test x$bifury = xyes])
 
 

+ 1 - 1
driver-bifury.c

@@ -19,9 +19,9 @@
 #include <uthash.h>
 #include <uthash.h>
 
 
 #include "deviceapi.h"
 #include "deviceapi.h"
-#include "fpgautils.h"
 #include "logging.h"
 #include "logging.h"
 #include "lowlevel.h"
 #include "lowlevel.h"
+#include "lowl-vcom.h"
 #include "miner.h"
 #include "miner.h"
 #include "util.h"
 #include "util.h"