summaryrefslogtreecommitdiff
path: root/cesar/lib/Module
diff options
context:
space:
mode:
authordufour2009-10-05 14:29:14 +0000
committerdufour2009-10-05 14:29:14 +0000
commit8b4924d23ee8d51e78462ad00073a0ba3eee39af (patch)
treefff191c8a00ce16dce183ae0f711384cb24541dd /cesar/lib/Module
parentf5cbc43d3419049028ca53eeb9a5231cd0e1920d (diff)
cesar/{cl,lib}: move cl/mac_lookup_table to lib directory (closes #606)
Move mac_lookup_table module from the cl to the lib directory. Also correct a minor indentation problem. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5921 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/lib/Module')
-rw-r--r--cesar/lib/Module3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/lib/Module b/cesar/lib/Module
index f72a8224c7..d462ee6830 100644
--- a/cesar/lib/Module
+++ b/cesar/lib/Module
@@ -1,6 +1,7 @@
SOURCES := mt19937ar.c crc.c dbg.c heap.c test.c blk.c slab.c list.c \
aatree.c try.c fixed.c \
- swap.c read_word.c bitstream.c circular_buffer.c mbox.c
+ swap.c read_word.c bitstream.c circular_buffer.c mbox.c \
+ mac_lookup_table.c
ifeq ($(CONFIG_HEAP_SKEW),y)
SOURCES += skewheap.c
endif