Include mmem.c in the library source list.
This commit is contained in:
parent
31f41d842e
commit
a0347487dc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue