|
version 1.3, 2004/03/04 22:35:40
|
version 1.4, 2004/05/19 23:37:52
|
|
|
|
| # All shared dirs and other inter-contrib stuff needs to go here | # All shared dirs and other inter-contrib stuff needs to go here |
| # Potentially HOSTMOTEDIR can be placed here as well | # Potentially HOSTMOTEDIR can be placed here as well |
| | |
| |
|
| |
|
| ifndef TOSDIR | ifndef TOSDIR |
| $(error TOSDIR UNDEFINED) | $(error TOSDIR UNDEFINED) |
| else | else |
|
|
|
| | |
| PROGRAMMER_EXTRA_FLAGS := -dno-poll -v=2 | PROGRAMMER_EXTRA_FLAGS := -dno-poll -v=2 |
| | |
| |
CFLAGS += -I../../../include |
| CFLAGS += $(patsubst %, -I../../../%/tos/interfaces, $(CONTRIB_INCLUDES)) \ | CFLAGS += $(patsubst %, -I../../../%/tos/interfaces, $(CONTRIB_INCLUDES)) \ |
| $(patsubst %, -I../../../%/tos/platform/$(PLATFORM), $(CONTRIB_INCLUDES)) \ | $(patsubst %, -I../../../%/tos/platform/$(PLATFORM), $(CONTRIB_INCLUDES)) \ |
| $(patsubst %, -I../../../%/tos/system, $(CONTRIB_INCLUDES)) \ | $(patsubst %, -I../../../%/tos/system, $(CONTRIB_INCLUDES)) \ |