summaryrefslogtreecommitdiff
path: root/cuobjdump_to_ptxplus/Makefile
diff options
context:
space:
mode:
authorAhmed El-Shafiey <[email protected]>2014-08-07 04:39:29 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:51:00 -0700
commit739602e9458a15aedb32b65847760a50109514f0 (patch)
tree879f527c90879cdd374abe49007192229e7fdc14 /cuobjdump_to_ptxplus/Makefile
parentad5a3cf3480e3fa302382122af21278c881595d6 (diff)
-Forcing make clean to remove all automatically generated files by parsers (should fix regressions).
-remove some printfs that were there for debugging [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18480]
Diffstat (limited to 'cuobjdump_to_ptxplus/Makefile')
-rw-r--r--cuobjdump_to_ptxplus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuobjdump_to_ptxplus/Makefile b/cuobjdump_to_ptxplus/Makefile
index 40b8b48..0358970 100644
--- a/cuobjdump_to_ptxplus/Makefile
+++ b/cuobjdump_to_ptxplus/Makefile
@@ -9,7 +9,7 @@ LD = g++
LDFLAGS = ${CCFLAGS}
OUTPUT_DIR=$(SIM_OBJ_FILES_DIR)/cuobjdump_to_ptxplus
-CXXFLAGS += -I $(OUTPUT_DIR) -I . -I ../src/cuda-sim/
+CXXFLAGS += -I $(OUTPUT_DIR) -I $(OUTPUT_DIR)/../cuda-sim/ -I . -I ../src/cuda-sim/
SASS_PARSER_OBJECTS = $(OUTPUT_DIR)/sass_lexer.o $(OUTPUT_DIR)/sass_parser.o
ELF_PARSER_OBJECTS = $(OUTPUT_DIR)/elf_lexer.o $(OUTPUT_DIR)/elf_parser.o