Commit 4365718f6537e8c12b45ca7bae95b45b022958d3

Con Kolivas 2014-02-15T17:10:31

Remove modminer bitstreams from distribution and replace with a README saying what file needs to be added if modminer build is still desired.

diff --git a/Makefile.am b/Makefile.am
index 252ca9f..265b151 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ endif
 EXTRA_DIST	= example.conf linux-usb-cgminer \
 		  api-example.php miner.php	\
 		  API.class API.java api-example.c windows-build.txt \
-		  bitstreams/* API-README FPGA-README \
+		  bitstreams/README API-README FPGA-README \
 		  bitforce-firmware-flash.c hexdump.c ASIC-README \
 		  01-cgminer.rules
 
@@ -109,5 +109,5 @@ endif
 if HAS_MODMINER
 cgminer_SOURCES += driver-modminer.c
 bitstreamsdir = $(bindir)/bitstreams
-dist_bitstreams_DATA = $(top_srcdir)/bitstreams/*
+dist_bitstreams_DATA = $(top_srcdir)/bitstreams/README
 endif
diff --git a/bitstreams/README b/bitstreams/README
new file mode 100644
index 0000000..a00d01a
--- /dev/null
+++ b/bitstreams/README
@@ -0,0 +1 @@
+You must put the file fpgaminer_top_fixed7_197MHz.ncd in here for modminer to work.
\ No newline at end of file