summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/CUDA/template/Makefile')
-rw-r--r--benchmarks/CUDA/template/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/CUDA/template/Makefile b/benchmarks/CUDA/template/Makefile
index 3d4e5b9..a36bce5 100644
--- a/benchmarks/CUDA/template/Makefile
+++ b/benchmarks/CUDA/template/Makefile
@@ -49,4 +49,6 @@ CCFILES := \
################################################################################
# Rules and targets
-include ../../../common/common.mk
+ROOTDIR=$(NVIDIA_CUDA_SDK_LOCATION)/src
+BINDIR=.
+include $(NVIDIA_CUDA_SDK_LOCATION)/common/common.mk