From 090f279743c1960d2d551d7a61fac487450af2eb Mon Sep 17 00:00:00 2001 From: klueska Date: Wed, 2 Jul 2008 17:22:05 +0000 Subject: [PATCH] Update to threads.extra to list out shimmer and eyes platforms in list of supported platforms --- support/make/threads.extra | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/make/threads.extra b/support/make/threads.extra index f81ce07e..04ed88fe 100644 --- a/support/make/threads.extra +++ b/support/make/threads.extra @@ -35,6 +35,9 @@ THREADS_TELOS_INCLUDE_DIRS = -I$(TOS_THREADS_DIR)/platforms/telosa THREADS_MICA2_INCLUDE_DIRS = -I$(TOS_THREADS_DIR)/platforms/mica2/chips/cc1000 #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) CFLAGS += $(THREADS_TELOS_INCLUDE_DIRS) -- 2.39.2