diff --git a/Makefile.am b/Makefile.am index ec36cf6..5a0a806 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 $<