diff options
| author | Ayub Gubran <[email protected]> | 2011-10-25 11:29:28 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | de8e00b3fa36edcf7b8f5452501eff8bc0cdc70f (patch) | |
| tree | 67512edd29af9ff88be4b421c199523db5cea84a /libcuda/Makefile | |
| parent | 286e3535c65aed0744f69fee66d4f222279b8a82 (diff) | |
Undoing the rest of files mistakly changed in CL10695, this change completes the work of CL10697 which undone the changes to one file (stream_manager.cc). Here I undo the changes for 4 make files and more importantly the setup_enviroment file where I uncommented the include path of openCL as the case before CL10695, and I kept Tim changes to the CUDA path done later in CL10723 which he made originally to undo the work I did but didn't uncommet the openCL path which I do here.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10730]
Diffstat (limited to 'libcuda/Makefile')
| -rw-r--r-- | libcuda/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcuda/Makefile b/libcuda/Makefile index cb04730..8ba09f3 100644 --- a/libcuda/Makefile +++ b/libcuda/Makefile @@ -138,7 +138,6 @@ clean: ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/stdio_lim.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/sys_errlist.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/string.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/xlocale.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/assert.h ../build/release/libcuda/cuda_runtime_api.o: ../src/gpgpu-sim/gpu-sim.h ../build/release/libcuda/cuda_runtime_api.o: ../src/abstract_hardware_model.h @@ -147,10 +146,6 @@ clean: ../build/release/libcuda/cuda_runtime_api.o: ../src/gpgpu-sim/shader.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/math.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/huge_val.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/huge_valf.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/huge_vall.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/inf.h -../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/nan.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/mathdef.h ../build/release/libcuda/cuda_runtime_api.o: /usr/include/bits/mathcalls.h ../build/release/libcuda/cuda_runtime_api.o: ../src/cuda-sim/ptx.tab.h |
