aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWenHan Gu <Wenhan.gu@mediatek.com>2014-07-29 09:54:16 +0800
committerLogan Chien <tzuhsiang.chien@gmail.com>2014-09-16 00:03:44 +0800
commita9e7354ef9415cc442dba485ba3713c2da83ebdd (patch)
treea14437aac0d24dfa61a5484206fe544c6997d7de
parentddc8521d65a28673c219ac35cd29813d86037bf5 (diff)
downloadllvm-a9e7354ef9415cc442dba485ba3713c2da83ebdd.tar.gz
[ndk][pndk] Add missing makefile filter for abcc plugin.
-rw-r--r--tools/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 8b7e5182b50..48740451685 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -77,4 +77,9 @@ ifneq ($(ENABLE_SHARED),1)
endif
endif
+LLVM_TOOLS_FILTER := $(strip $(LLVM_TOOLS_FILTER))
+ifdef LLVM_TOOLS_FILTER
+ $(eval $(LLVM_TOOLS_FILTER))
+endif
+
include $(LEVEL)/Makefile.common