Browse Source

Allow to build *fury drivers only

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Alexey Shvetsov 12 years ago
parent
commit
b49b33f698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -487,7 +487,7 @@ fi
 
 
 need_fpgautils=no
-if test x$avalon$icarus$bitforce$modminer$x6500$ztex != xnononononono; then
+if test x$avalon$icarus$bitforce$modminer$x6500$ztex$littlefury != xnonononononono; then
 	need_fpgautils=yes
 	AC_DEFINE([HAVE_FPGAUTILS], [1], [Defined to 1 if fpgautils is being used])