Update of /cvsroot/firebug/mts400/apps
In directory sc8-pr-cvs1:/tmp/cvs-serv14819/apps
Modified Files:
Makelocal
Log Message:
Added line to Makelocal to handle multiple
sensor drivers.
Index: Makelocal
===================================================================
RCS file: /cvsroot/firebug/mts400/apps/Makelocal,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makelocal 13 Nov 2003 00:17:18 -0000 1.2
--- Makelocal 13 Nov 2003 18:35:58 -0000 1.3
***************
*** 2,6 ****
--- 2,11 ----
#LOCAL_PATH += -I$(XBOWROOT)/tos/platform -I$(XBOWROOT)/tos/interfaces -I$(XBOWROOT)/tos/sensorboards/$(SENSORBOARD)
LOCAL_PATH += -I../../sensors/$(SENSORBOARD)
+
LOCAL_PATH += -I../../sensors/i2c
+
+ # This is a problem.
+ LOCAL_PATH += -I../../sensors/sensirion
+
PFLAGS := $(LOCAL_PATH) $(LOCAL_DEFINES) $(PFLAGS)
CFLAGS = -DCC1K_DEFAULT_FREQ=CC1K_433_002_MHZ
|