From a0347487dc254437cc30f18d3f5e5c2104bd40dc Mon Sep 17 00:00:00 2001 From: nvt-se Date: Tue, 13 Oct 2009 12:10:03 +0000 Subject: [PATCH] Include mmem.c in the library source list. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 0b5a02d69..19fec4638 100644 --- a/Makefile.include +++ b/Makefile.include @@ -51,7 +51,7 @@ include $(CONTIKI)/core/net/mac/Makefile.mac SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c \ timetable.c timetable-aggregate.c compower.c serial-line.c THREADS = mt.c -LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \ +LIBS = memb.c mmem.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \ print-stats.c ifft.c crc16.c random.c checkpoint.c ringbuf.c ifdef UIP_CONF_IPV6