diff options
| author | Tim Rogers <[email protected]> | 2011-11-11 09:01:10 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:24 -0700 |
| commit | d29f3abb8e2a4146752ca4243b8ede33d59a490b (patch) | |
| tree | 236b0c2f98471254f2be89abb034ab252f70f239 /Makefile | |
| parent | 88cada12b4caf205d2cd196c06d3b73c81113b1d (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]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
