X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Favr%2Favr.rules;h=02e11fc5479e9e83f7a675335eb23c57512d004f;hb=84296e711c2222ea0b839dcd54624269dd04b742;hp=7424b8408f5dff47e09c48912763f1c7e1536801;hpb=4dc55c65a61de96156679ff8486b58dd5c4fc786;p=tinyos-2.x.git diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index 7424b840..02e11fc5 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -37,8 +37,10 @@ LIBS = -lm # Use __ as the separator - requires nesC 1.2.9 or later ifneq ($(filter sim,$(GOALS)),sim) +ifneq ($(filter sim-sim,$(GOALS)),sim-sim) PFLAGS += -fnesc-separator=__ endif +endif AMADDR = ActiveMessageAddressC__addr BUILDDIR ?= build/$(PLATFORM) MAIN_EXE = $(BUILDDIR)/main.exe