aboutsummaryrefslogtreecommitdiff
path: root/common_targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'common_targets.py')
-rw-r--r--common_targets.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/common_targets.py b/common_targets.py
new file mode 100644
index 0000000..177168b
--- /dev/null
+++ b/common_targets.py
@@ -0,0 +1,3 @@
+common_targets = {"klmalloc" : ("", "targets/libklmalloc.so"),
+ "libc" : ("", ""), # libc
+ "tcmalloc" : ("", "targets/libtcmalloc.so")}