summaryrefslogtreecommitdiff
path: root/lib/Makefile.mk
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-12-01 23:35:56 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-12-01 23:35:56 +0000
commitcc080e5c0bac825d72b8928a2235716b0344ac43 (patch)
tree51f70d8f066cef93adafc1d19f4e0177f45dbcba /lib/Makefile.mk
parent21e8dce9f9a7373b8d7364596ec1117718df04f5 (diff)
asan: Fill in integration with compiler-rt/make build.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@145648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile.mk')
-rw-r--r--lib/Makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.mk b/lib/Makefile.mk
index b0bb7228b..4a0c98a82 100644
--- a/lib/Makefile.mk
+++ b/lib/Makefile.mk
@@ -13,6 +13,7 @@ SubDirs :=
SubDirs += i386 ppc x86_64 arm
# Add other submodules.
+SubDirs += asan
SubDirs += profile
# Define the variables for this specific directory.