From 5bfa845fa9fa78c64fe34a23c6d2f19667f8f639 Mon Sep 17 00:00:00 2001 From: regehr Date: Tue, 24 Jun 2008 15:39:13 +0000 Subject: [PATCH] tell Deputy to put the flid files into a convenient location --- support/make/avr/avr.rules | 2 +- support/make/msp/msp.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index cce05362..03b089ff 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -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 diff --git a/support/make/msp/msp.rules b/support/make/msp/msp.rules index 316c2e18..04b09077 100644 --- a/support/make/msp/msp.rules +++ b/support/make/msp/msp.rules @@ -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 -- 2.39.2