Skip to content

Commit

Permalink
Add the Tracer directory to Makefile of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
liuml07 committed Oct 18, 2013
1 parent 7413162 commit 9521f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ LEVEL = ..
#
# List all of the subdirectories that we will compile.
#
DIRS = PrintTrace
DIRS = PrintTrace Tracer

include $(LEVEL)/Makefile.common
3 changes: 1 addition & 2 deletions tools/PrintTrace/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
##===----------------------------------------------------------------------===##

LEVEL = ../..
TOOLNAME=prtrace
TOOLNAME = prtrace

LINK_COMPONENTS := support

include $(LEVEL)/Makefile.common

0 comments on commit 9521f7a

Please sign in to comment.