From ed8a449151b03060d7e96d669fdaeb6fef31eeec Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Tue, 2 Aug 2011 18:15:17 -0800 Subject: Fixing the Makefile bug that breaks ptxplus. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9922] --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.3