X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2FMakerules;fp=support%2Fmake%2FMakerules;h=6c48f9a0522bdfc1c972d011912e5a3ffcb55a86;hb=da69e27c3d09b206c6d345143d22147374103c17;hp=8164f96659922189bf6473929166c26ecc8c58b0;hpb=8081cd2d8487524a15a3d0e886a20ba81cefccbc;p=tinyos-2.x.git diff --git a/support/make/Makerules b/support/make/Makerules index 8164f966..6c48f9a0 100644 --- a/support/make/Makerules +++ b/support/make/Makerules @@ -133,6 +133,8 @@ endef -include $(TINYOS_MAKELOCAL) -include $(TINYOS_MAKEDEFAULTS) +PLATFORMDIR ?= $(TOSDIR)/platforms/$(PLATFORM) + # Mark TOSMAKE_PATH with a + so that they're not searched for by TOSMake_find. $(foreach incdir,$(addprefix +,$(TOSMAKE_PATH)),$(call TOSMake_include_dir,$(incdir)))