# All shared dirs and other inter-contrib stuff needs to go here # Potentially HOSTMOTEDIR can be placed here as well ifndef TOSDIR $(error TOSDIR UNDEFINED) else include $(TOSDIR)/../apps/Makerules endif PROGRAMMER_EXTRA_FLAGS := -dno-poll -v=2 CFLAGS += -I../../../include CFLAGS += $(patsubst %, -I../../../%/tos/interfaces, $(CONTRIB_INCLUDES)) \ $(patsubst %, -I../../../%/tos/platform/$(PLATFORM), $(CONTRIB_INCLUDES)) \ $(patsubst %, -I../../../%/tos/system, $(CONTRIB_INCLUDES)) \ $(patsubst %, -I../../../%/tos/lib, $(CONTRIB_INCLUDES)) \ $(patsubst %, -I../../../%/tos/sensorboards/$(SENSORBOARD), $(CONTRIB_INCLUDES)) \