SOURCES := crc.c dbg.c heap.c test.c blk.c slab.c list.c \ aatree.c try.c fixed.c blk_table.c \ swap.c read_word.c bitstream.c circular_buffer.c mbox.c \ mac_lookup_table.c init.c rnd.c utils.c ifeq ($(CONFIG_HEAP_SKEW),y) SOURCES += skewheap.c endif ifeq ($(CONFIG_HEAP_LEFTIST),y) SOURCES += leftheap.c endif ifeq ($(CONFIG_RESTRACK),y) SOURCES += restrack.c endif ifeq ($(CONFIG_TRACE),y) SOURCES += trace.c endif ifeq ($(CONFIG_PERF),y) SOURCES += perf.c endif ifeq ($(CONFIG_STATS),y) SOURCES += stats.c endif ifeq ($(CONFIG_RND_MT19937),y) SOURCES += mt19937ar.c endif ifeq ($(CONFIG_RND_TT800),y) SOURCES += tt800.c endif ifeq ($(CONFIG_SEQ_CHECK),y) SOURCES += seq_check.c endif