From 08cdc1d18cd8371b38ef1a6bf663ca32bb951c9e Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 17 Jul 2018 00:37:21 +0200 Subject: remove memusage from dependencies and add common_targets --- common_targets.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common_targets.py (limited to 'common_targets.py') 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")} -- cgit v1.2.3