summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/BlackScholes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/CUDA/BlackScholes/Makefile')
-rw-r--r--benchmarks/CUDA/BlackScholes/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/CUDA/BlackScholes/Makefile b/benchmarks/CUDA/BlackScholes/Makefile
index 0a628ac..36e244c 100644
--- a/benchmarks/CUDA/BlackScholes/Makefile
+++ b/benchmarks/CUDA/BlackScholes/Makefile
@@ -48,4 +48,7 @@ CUDACCFLAGS := -po maxrregcount=16
################################################################################
# Rules and targets
-include ../../../common/common.mk
+ROOTDIR=$(NVIDIA_CUDA_SDK_LOCATION)/src
+BINDIR=.
+include $(NVIDIA_CUDA_SDK_LOCATION)/common/common.mk
+