added temperature-sensor to Makefile.common
This commit is contained in:
parent
7c3527a062
commit
13ff778d73
|
@ -13,7 +13,7 @@ ARCH=msp430.c leds.c watchdog.c xmem.c \
|
||||||
radio-sensor.c uart0x.c uart0-putchar.c uip-ipchksum.c \
|
radio-sensor.c uart0x.c uart0-putchar.c uip-ipchksum.c \
|
||||||
checkpoint-arch.c slip.c slip_uart0.c \
|
checkpoint-arch.c slip.c slip_uart0.c \
|
||||||
z1-phidgets.c sht11.c sht11-sensor.c light-sensor.c \
|
z1-phidgets.c sht11.c sht11-sensor.c light-sensor.c \
|
||||||
battery-sensor.c sky-sensors.c tmp102.c
|
battery-sensor.c sky-sensors.c tmp102.c temperature-sensor.c
|
||||||
|
|
||||||
CONTIKI_TARGET_DIRS = . dev apps net
|
CONTIKI_TARGET_DIRS = . dev apps net
|
||||||
ifndef CONTIKI_TARGET_MAIN
|
ifndef CONTIKI_TARGET_MAIN
|
||||||
|
|
Loading…
Reference in a new issue