@@ -602,7 +602,8 @@ AC_ARG_ENABLE([bifury],
)
if test "x$bifury" = "xyes"; then
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
AM_CONDITIONAL([USE_BIFURY], [test x$bifury = xyes])
@@ -19,9 +19,9 @@
#include <uthash.h>
#include "deviceapi.h"
-#include "fpgautils.h"
#include "logging.h"
#include "lowlevel.h"
+#include "lowl-vcom.h"
#include "miner.h"
#include "util.h"