From 80feb7ad57499d25e0806ef1215bad3809548a86 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Wed, 4 Feb 2009 18:12:57 +0000 Subject: [PATCH] added experimental checkpointing functionality: currently only implemented on the sky platform --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 07b530890..ac2c4ee54 100644 --- a/Makefile.include +++ b/Makefile.include @@ -50,7 +50,7 @@ include $(CONTIKI)/core/net/mac/Makefile.mac SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c timetable.c timetable-aggregate.c THREADS = mt.c LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \ - print-stats.c ifft.c crc16.c random.c + print-stats.c ifft.c crc16.c random.c checkpoint.c ifdef UIP_CONF_IPV6 CFLAGS += -DUIP_CONF_IPV6