From af6d2f3e725aed3f0b6f68c2488d18dbadf85982 Mon Sep 17 00:00:00 2001 From: enricmcalvo Date: Sun, 23 Jan 2011 18:54:18 +0000 Subject: [PATCH] Added tmp102-related makefiles directives for proper compilation. --- examples/z1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/z1/Makefile b/examples/z1/Makefile index aba11adfa..bbec0e8ac 100644 --- a/examples/z1/Makefile +++ b/examples/z1/Makefile @@ -2,9 +2,9 @@ ifndef TARGET TARGET=z1 endif -CONTIKI_PROJECT = test-phidgets blink test-adxl345 +CONTIKI_PROJECT = test-phidgets blink test-adxl345 tmp102-test CONTIKI_SOURCEFILES += cc2420-arch.c -PROJECT_SOURCEFILES = i2cmaster.c adxl345.c +PROJECT_SOURCEFILES = i2cmaster.c tmp102.c adxl345.c APPS=serial-shell