]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/Makerules
Add TINYOS_MAKE_PATH to TOSMAKE_PATH at end not beginning.
[tinyos-2.x.git] / support / make / Makerules
index 8164f96659922189bf6473929166c26ecc8c58b0..6c48f9a0522bdfc1c972d011912e5a3ffcb55a86 100644 (file)
@@ -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)))