summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/Makefile b/base/Makefile
index f150ad9e0..6050c3a2a 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -18,9 +18,9 @@
# which defined all top_* variables
BASE_SOURCE=\
- base/data-struct/radix-tree.c \
base/data-struct/hash.c \
- base/data-struct/list.c
+ base/data-struct/list.c \
+ base/data-struct/radix-tree.c
BASE_DEPENDS = $(BASE_SOURCE:%.c=%.d)
BASE_OBJECTS = $(BASE_SOURCE:%.c=%.o)