summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/base/Makefile b/base/Makefile
index 9f8bccca6..41a0067ee 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -17,9 +17,12 @@
# NOTE: this Makefile only works as 'include' for toplevel Makefile
# which defined all top_* variables
+#BASE_SOURCE=\
+# base/data-struct/hash.c \
+# base/data-struct/list.c \
+# base/data-struct/radix-tree.c
+
BASE_SOURCE=\
- base/data-struct/hash.c \
- base/data-struct/list.c \
base/data-struct/radix-tree.c
BASE_TARGET = base/libbase.a