summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2011-11-11 09:01:10 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:24 -0700
commitd29f3abb8e2a4146752ca4243b8ede33d59a490b (patch)
tree236b0c2f98471254f2be89abb034ab252f70f239
parent88cada12b4caf205d2cd196c06d3b73c81113b1d (diff)
uncommenting the decuda target. This is not actually necessary for gcc 4.5 as stated in the changlist this hapened in, it was an unintended side effect of integrating changes for gcc 4.5
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10893]
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e248fe..f6a773c 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ else
TARGETS += $(SIM_LIB_DIR)/libOpenCL.so
endif
TARGETS += decuda_to_ptxplus/decuda_to_ptxplus
- #TARGETS += decuda
+ TARGETS += decuda
gpgpusim: makedirs $(TARGETS)