[Tinyos-2-commits] CVS: tinyos-2.x/support/make threads.extra, 1.2, 1.3
Kevin Klues
klueska at users.sourceforge.net
Wed Jul 2 10:22:07 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13895
Modified Files:
threads.extra
Log Message:
Update to threads.extra to list out shimmer and eyes platforms in list of supported platforms
Index: threads.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/threads.extra,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** threads.extra 16 Jun 2008 18:38:28 -0000 1.2
--- threads.extra 2 Jul 2008 17:22:05 -0000 1.3
***************
*** 36,39 ****
--- 36,42 ----
#Add CFLAGS for supported platforms
+ ifneq ($(filter telos telosa telosb tmote eyesIFX eyesIFXv2 shimmer,$(MAKECMDGOALS)),)
+ CFLAGS += $(THREADS_MSP430_INCLUDE_DIRS)
+ endif
ifneq ($(filter telos telosa telosb tmote,$(MAKECMDGOALS)),)
CFLAGS += $(THREADS_MSP430_INCLUDE_DIRS)
More information about the Tinyos-2-commits
mailing list