summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2012-07-30 20:38:56 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:53 -0700
commit327cba9c1b085f91401fd8efbc409b7875b85a9a (patch)
tree8af55f7c899e9f03edcf08d973b15539a4f6657f /Makefile
parentb29506a9021f12590ddc0eac2a4bffd582af09a1 (diff)
Fixing the debug build
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13594]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9490f1..f5e676b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
include version_detection.mk
-ifeq ($(GPGPUSIM_CONFIG), debug)
+ifeq ($(GPGPUSIM_CONFIG), $(CUDART_VERSION)/debug)
export DEBUG=1
else
export DEBUG=0