Browse Source

Install README.ASIC for Block Erupter related drivers as well as Avalon

Luke Dashjr 12 years ago
parent
commit
8324906604
2 changed files with 5 additions and 1 deletions
  1. 4 1
      Makefile.am
  2. 1 0
      configure.ac

+ 4 - 1
Makefile.am

@@ -174,6 +174,10 @@ if HAS_FPGA
 dist_doc_DATA += README.FPGA
 endif
 
+if HAS_ASIC
+dist_doc_DATA += README.ASIC
+endif
+
 if HAS_BITFORCE
 bfgminer_SOURCES += driver-bitforce.c
 
@@ -192,7 +196,6 @@ endif
 
 if HAS_AVALON
 bfgminer_SOURCES += driver-avalon.c driver-avalon.h hexdump.c
-dist_doc_DATA += README.ASIC
 endif
 
 if HAS_MODMINER

+ 1 - 0
configure.ac

@@ -622,6 +622,7 @@ AM_CONDITIONAL([HAVE_CYGWIN], [test x$have_cygwin = xtrue])
 AM_CONDITIONAL([HAVE_WINDOWS], [test x$have_win32 = xtrue])
 AM_CONDITIONAL([HAVE_x86_64], [test x$have_x86_64 = xtrue])
 AM_CONDITIONAL([HAS_FPGA], [test x$bitforce$icarus$modminer$x6500$ztex != xnonononono])
+AM_CONDITIONAL([HAS_ASIC], [test x$avalon$icarus$httpsrv != xnonono])
 
 dnl Find YASM
 has_yasm=false