1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-29 16:04:33 +00:00

Add Makefile entry for driver-avalon.

This commit is contained in:
Con Kolivas 2013-04-05 13:32:09 +11:00
parent 017e7cbd49
commit dea35d3349
2 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ if HAS_ICARUS
cgminer_SOURCES += driver-icarus.c
endif
if HAS_AVALON
cgminer_SOURCES += driver-avalon.c
endif
if HAS_MODMINER
cgminer_SOURCES += driver-modminer.c
bitstreamsdir = $(bindir)/bitstreams

0
driver-avalon.c Normal file
View File