From 739602e9458a15aedb32b65847760a50109514f0 Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Thu, 7 Aug 2014 04:39:29 -0800 Subject: -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] --- cuobjdump_to_ptxplus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cuobjdump_to_ptxplus') 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 -- cgit v1.3