Browse Source

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

2upstream
Christian Buchner 10 years ago
parent
commit
c5c73b62fd
  1. 2
      Makefile.am

2
Makefile.am

@ -42,5 +42,5 @@ ccminer_CPPFLAGS = -msse2 @LIBCURL_CPPFLAGS@ @OPENMP_CFLAGS@ $(PTHREAD_FLAGS) -f @@ -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 $<

Loading…
Cancel
Save