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:44:40 +0400
commit7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2 (patch)
tree65f1811b365ca5e994d7621ff807b44a2854ef6d /Makefile
parent8efcc7f456f863cb04724c7b35fb935a8c441fe6 (diff)
downloadandroid-node-v8-7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2.tar.gz
android-node-v8-7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2.tar.bz2
android-node-v8-7a0cfe9b116c6b5d56f7412d6ea71f5a8d8440e2.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)