]> git.proxmox.com Git - rustc.git/blob - src/compiler-rt/lib/Makefile.mk
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / lib / Makefile.mk
1 #===- lib/Makefile.mk --------------------------------------*- Makefile -*--===#
2 #
3 # The LLVM Compiler Infrastructure
4 #
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 #===------------------------------------------------------------------------===#
9
10 SubDirs :=
11
12 # Add submodules.
13 SubDirs += asan
14 SubDirs += builtins
15 SubDirs += interception
16 SubDirs += lsan
17 SubDirs += profile
18 SubDirs += sanitizer_common
19 SubDirs += ubsan