summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2011-08-02 18:15:17 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:22 -0700
commited8a449151b03060d7e96d669fdaeb6fef31eeec (patch)
tree71b3624601c7b9de70f06d570d6aa323d199b1e0 /Makefile
parent0b65fd56c3e9c7e5d3fe22ff17b594bb84e9af69 (diff)
Fixing the Makefile bug that breaks ptxplus.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9922]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb74099..9887748 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ $(SIM_LIB_DIR)/libcudart.so: $(LIBS) cudalib
g++ $(SNOW) -shared -Wl,-soname,libcudart.so \
$(SIM_OBJ_FILES_DIR)/libcuda/*.o \
$(SIM_OBJ_FILES_DIR)/cuda-sim/*.o \
+ $(SIM_OBJ_FILES_DIR)/cuda-sim/decuda_pred_table/*.o \
$(SIM_OBJ_FILES_DIR)/gpgpu-sim/*.o \
$(SIM_OBJ_FILES_DIR)/intersim/*.o \
$(SIM_OBJ_FILES_DIR)/*.o -lm -lz -lGL -pthread \