From c5c73b62fd6d11b9e2f1726dd1bf1be486a4cb8c Mon Sep 17 00:00:00 2001 From: Christian Buchner Date: Mon, 5 May 2014 22:52:32 +0200 Subject: [PATCH] compile fix for Linux (incorrect filename in Makefile.am) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $<