]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
tell Deputy to put the flid files into a convenient location
authorregehr <regehr>
Tue, 24 Jun 2008 15:39:13 +0000 (15:39 +0000)
committerregehr <regehr>
Tue, 24 Jun 2008 15:39:13 +0000 (15:39 +0000)
support/make/avr/avr.rules
support/make/msp/msp.rules

index cce05362121fcf47550eb8343455895ae20b1268..03b089ffd7157892e2ff36c8fee23c6cdf1c9fbf 100644 (file)
@@ -24,7 +24,7 @@ endef
 HELP += $(AVR_HELP)
 
 ifdef MAKE_DEPUTY_FLAG
-        NCC_SAFE_TINYOS_FLAGS = -DSAFE_TINYOS -fnesc-deputy -fnesc-deputy-args='-I$(TOSDIR)/lib/safe/include --FLIDs --envmachine -DSAFE_TINYOS --nolib ' $(TOSDIR)/lib/safe/avr/fail.c 
+        NCC_SAFE_TINYOS_FLAGS = -DSAFE_TINYOS -fnesc-deputy -fnesc-deputy-args='-I$(TOSDIR)/lib/safe/include --FLIDs=build/$(PLATFORM)/flids.txt --envmachine -DSAFE_TINYOS --nolib ' $(TOSDIR)/lib/safe/avr/fail.c 
 else
         NCC_SAFE_TINYOS_FLAGS =
 endif
index 316c2e181e30d628fdf60b6a47a60ef087c88d63..04b090774595bfa8d43ec605c9fa1f56297ce2fb 100644 (file)
@@ -23,7 +23,7 @@ endef
 HELP += $(MSP_HELP)
 
 ifdef MAKE_DEPUTY_FLAG
-        NCC_SAFE_TINYOS_FLAGS = -DSAFE_TINYOS -fnesc-deputy -fnesc-deputy-args='-I$(TOSDIR)/lib/safe/include --FLIDs --envmachine -DSAFE_TINYOS --nolib ' $(TOSDIR)/lib/safe/msp430/fail.c 
+        NCC_SAFE_TINYOS_FLAGS = -DSAFE_TINYOS -fnesc-deputy -fnesc-deputy-args='-I$(TOSDIR)/lib/safe/include --FLIDs=build/$(PLATFORM)/flids.txt --envmachine -DSAFE_TINYOS --nolib ' $(TOSDIR)/lib/safe/msp430/fail.c 
 else
         NCC_SAFE_TINYOS_FLAGS =
 endif