summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01fb0be..04ea6cb 100644
--- a/Makefile
+++ b/Makefile
@@ -120,6 +120,7 @@ $(SIM_LIB_DIR)/libOpenCL.so: $(LIBS) opencllib
g++ $(SNOW) -shared -Wl,-soname,libOpenCL.so \
$(SIM_OBJ_FILES_DIR)/libopencl/*.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 \