mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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 \
|
SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c \
|
||||||
timetable.c timetable-aggregate.c compower.c serial-line.c
|
timetable.c timetable-aggregate.c compower.c serial-line.c
|
||||||
THREADS = mt.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
|
print-stats.c ifft.c crc16.c random.c checkpoint.c ringbuf.c
|
||||||
|
|
||||||
ifdef UIP_CONF_IPV6
|
ifdef UIP_CONF_IPV6
|
||||||
|
Loading…
Reference in New Issue
Block a user