X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Fthreads.extra;h=1c3e5524425e96be952b1c58dc30bb759f46c10d;hb=42c7037415254d24015d3a773493615e9c3c631a;hp=16894b54e9f1cfcf5086ae2951a8b543d9d3e163;hpb=1b3430016a83abd7c0deaaa08b86e93ad049fb2d;p=tinyos-2.x.git diff --git a/support/make/threads.extra b/support/make/threads.extra index 16894b54..1c3e5524 100644 --- a/support/make/threads.extra +++ b/support/make/threads.extra @@ -49,8 +49,11 @@ THREADS_MICAZ_INCLUDE_DIRS = -I$(TOS_THREADS_DIR)/platforms/micaz #IRIS specific include directories THREADS_IRIS_INCLUDE_DIRS = -I$(TOS_THREADS_DIR)/platforms/iris +#TinyNode specific include directories +THREADS_TINYNODE_INCLUDE_DIRS = -I$(TOS_THREADS_DIR)/platforms/tinynode + #Add CFLAGS for supported platforms -ifneq ($(filter telos telosa telosb tmote eyesIFX eyesIFXv2 shimmer,$(MAKECMDGOALS)),) +ifneq ($(filter tinynode telos telosa telosb tmote eyesIFX eyesIFXv2 shimmer,$(MAKECMDGOALS)),) CFLAGS += $(THREADS_MSP430_INCLUDE_DIRS) endif ifneq ($(filter telos telosa telosb tmote,$(MAKECMDGOALS)),) @@ -70,6 +73,11 @@ ifneq ($(filter iris,$(MAKECMDGOALS)),) CFLAGS += $(THREADS_ATM128_INCLUDE_DIRS) CFLAGS += $(THREADS_IRIS_INCLUDE_DIRS) endif +ifneq ($(filter tinynode,$(MAKECMDGOALS)),) + CFLAGS += $(THREADS_TINYNODE_INCLUDE_DIRS) + CFLAGS += $(THREADS_TINYNODE_INCLUDE_DIRS) +endif + ifneq ($(filter telos telosa telosb tmote micaz shimmer,$(MAKECMDGOALS)),) CFLAGS += $(THREADS_CC2420_INCLUDE_DIRS) endif