summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2011-07-07 10:57:17 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:17:56 -0700
commitd19b6fd66aeb4f54f692b6ab53bb7d5e6bfa8dc5 (patch)
treea94e5dae32d347010ff466a07fdf5fc8221f1b30 /Makefile
parenta5eb14ddc26e14a35624f7761200bab30fd06460 (diff)
Integration change.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9758]
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 \