added radio-sensor

This commit is contained in:
adamdunkels 2007-03-22 23:59:54 +00:00
parent a34f6afe22
commit aea251f807

View file

@ -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 $<