summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-10-04 18:44:39 +0400
committerFedor Indutny <fedor@indutny.com>2014-10-08 15:36:08 +0400
commit6a610a0f67f091092f1643326eaacb8c31f72259 (patch)
tree65f1811b365ca5e994d7621ff807b44a2854ef6d /Makefile
parentd71dd638c6bbabd0fd1db46307edd7b0de1750e2 (diff)
downloadandroid-node-v8-6a610a0f67f091092f1643326eaacb8c31f72259.tar.gz
android-node-v8-6a610a0f67f091092f1643326eaacb8c31f72259.tar.bz2
android-node-v8-6a610a0f67f091092f1643326eaacb8c31f72259.zip
deps: re-implement debugger-agent
Reviewed-By: Trevor Norris <trevnorris@gmail.com> PR-URL: https://github.com/joyent/node/pull/8476
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb854603d8..a42d392073 100644
--- a/Makefile
+++ b/Makefile
@@ -406,7 +406,7 @@ CPPLINT_EXCLUDE += src/queue.h
CPPLINT_EXCLUDE += src/tree.h
CPPLINT_EXCLUDE += src/v8abbr.h
-CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard src/*.cc src/*.h src/*.c tools/icu/*.h tools/icu/*.cc))
+CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard src/*.cc src/*.h src/*.c tools/icu/*.h tools/icu/*.cc deps/debugger-agent/include/* deps/debugger-agent/src/*))
cpplint:
@$(PYTHON) tools/cpplint.py $(CPPLINT_FILES)