Skip to content

Commit

Permalink
Remove modminer bitstreams from distribution and replace with a READM…
Browse files Browse the repository at this point in the history
…E saying what file needs to be added if modminer build is still desired.
  • Loading branch information
ckolivas committed Feb 15, 2014
1 parent 3bb5b05 commit 4365718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -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

Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions bitstreams/README
@@ -0,0 +1 @@
You must put the file fpgaminer_top_fixed7_197MHz.ncd in here for modminer to work.

0 comments on commit 4365718

Please sign in to comment.