From aea251f807b87d7e5a3491c6a5415f5de9bff23d Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 22 Mar 2007 23:59:54 +0000 Subject: [PATCH] added radio-sensor --- platform/sky/Makefile.sky | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/sky/Makefile.sky b/platform/sky/Makefile.sky index 58af56400..2b6b49f01 100644 --- a/platform/sky/Makefile.sky +++ b/platform/sky/Makefile.sky @@ -1,11 +1,11 @@ -# $Id: Makefile.sky,v 1.3 2007/03/22 19:04:43 adamdunkels Exp $ +# $Id: Makefile.sky,v 1.4 2007/03/22 23:59:54 adamdunkels Exp $ ARCH=msp430.c minileds.c watchdog.c light.c button.c spi.c ds2411.c \ rom.c xmem.c i2c.c \ simple-cc2420.c simple-cc2420-rime.c cc2420_uart0.c irq.c \ node-id.c sensors.c button-sensor.c cfs-xmem.c \ - slip.c slip_uart1.c uip-ipchksum.c + slip.c slip_uart1.c uip-ipchksum.c radio-sensor.c CONTIKI_TARGET_DIRS = . dev apps net loader ifndef CONTIKI_TARGET_MAIN @@ -28,5 +28,5 @@ endif %.up: %.ihex $(BSL) --telosb -D -c $(COMPORT) -r -e -I -p $< -%.send: %.co +%.send: %.ce $(CONTIKI)/tools/codeprop 192.168.1.2 $<