summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a146436..8abe321 100644
--- a/Makefile
+++ b/Makefile
@@ -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;