From dd8469ee4a1f8115aedf4f4e480024229a55704a Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 25 Oct 2007 13:28:15 +0000 Subject: [PATCH] Added inclusion of Tmote Sky bulk upload makefile --- platform/sky/Makefile.sky | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/sky/Makefile.sky b/platform/sky/Makefile.sky index 90f652222..696ec226f 100644 --- a/platform/sky/Makefile.sky +++ b/platform/sky/Makefile.sky @@ -1,4 +1,4 @@ -# $Id: Makefile.sky,v 1.9 2007/05/25 08:08:21 adamdunkels Exp $ +# $Id: Makefile.sky,v 1.10 2007/10/25 13:28:15 adamdunkels Exp $ ARCH=msp430.c leds.c watchdog.c light.c button.c spi.c ds2411.c \ @@ -29,6 +29,8 @@ ifndef COMPORT COMPORT := /dev/ttyUSB0 endif +-include $(CONTIKI)/tools/sky/Makefile + %.u: %.ihex $(BSL) --telosb -D -c $(COMPORT) -r -e -I -p $<