diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-04-25 19:44:41 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:06 -0700 |
| commit | 2c72a869f0bf5c27a9b4a159975e926ebc75b902 (patch) | |
| tree | c422ea5dadda7da6aa413d4ef89805ccfde1f6f3 /Makefile | |
| parent | 93501bce1672d204b2fa8c2c2361a6485f813e9c (diff) | |
Removing all remaining traced of decuda
Stopping if someone tries to use PTXPlus without cuobjdump
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12138]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -61,7 +61,6 @@ else TARGETS += $(SIM_LIB_DIR)/libOpenCL.so endif TARGETS += decuda_to_ptxplus/decuda_to_ptxplus - TARGETS += decuda gpgpusim: makedirs $(TARGETS) @@ -135,9 +134,6 @@ decuda_to_ptxplus/decuda_to_ptxplus: $(MAKE) -C ./decuda_to_ptxplus/ depend $(MAKE) -C ./decuda_to_ptxplus/ -decuda: - ./getDecuda/getDecuda.sh - makedirs: if [ ! -d $(SIM_LIB_DIR) ]; then mkdir -p $(SIM_LIB_DIR); fi; if [ ! -d $(SIM_OBJ_FILES_DIR)/libcuda ]; then mkdir -p $(SIM_OBJ_FILES_DIR)/libcuda; fi; |
