|
|
Jump to this file's LXR Page |
|
1 thanos 1.1 # All shared dirs and other inter-contrib stuff needs to go here 2 # Potentially HOSTMOTEDIR can be placed here as well 3 4 ifndef TOSDIR 5 $(error TOSDIR UNDEFINED) 6 else 7 include $(TOSDIR)/../apps/Makerules 8 endif 9 10 PROGRAMMER_EXTRA_FLAGS := -dno-poll -v=2 | ||
11 eoster 1.2 | ||
12 nithya 1.4 CFLAGS += -I../../../include | ||
13 eoster 1.2 CFLAGS += $(patsubst %, -I../../../%/tos/interfaces, $(CONTRIB_INCLUDES)) \ | ||
14 thanos 1.3 $(patsubst %, -I../../../%/tos/platform/$(PLATFORM), $(CONTRIB_INCLUDES)) \ | ||
15 eoster 1.2 $(patsubst %, -I../../../%/tos/system, $(CONTRIB_INCLUDES)) \ 16 $(patsubst %, -I../../../%/tos/lib, $(CONTRIB_INCLUDES)) \ 17 $(patsubst %, -I../../../%/tos/sensorboards/$(SENSORBOARD), $(CONTRIB_INCLUDES)) \ 18 |
| CENS CVS Mailing List |
Powered by ViewCVS 0.9.2 |