1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-16 01:29:59 +00:00

compile fix for Linux (incorrect filename in Makefile.am)

This commit is contained in:
Christian Buchner 2014-05-05 22:52:32 +02:00
parent 2fc0d54aac
commit c5c73b62fd

View File

@ -42,5 +42,5 @@ ccminer_CPPFLAGS = -msse2 @LIBCURL_CPPFLAGS@ @OPENMP_CFLAGS@ $(PTHREAD_FLAGS) -f
# ABI requiring code modules
# this module doesn't compile with Compute 2.0 unfortunately
JHA/cuda_jackpot_compactionTest.o: JHA/cuda_jackpot_compactionTest.cu
JHA/cuda_jha_compactionTest.o: JHA/cuda_jha_compactionTest.cu
$(NVCC) -I . -I cudpp-2.1/include @CFLAGS@ -Xptxas "-abi=yes -v" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" --maxrregcount=80 --ptxas-options=-v $(JANSSON_INCLUDES) -o $@ -c $<