From 84296e711c2222ea0b839dcd54624269dd04b742 Mon Sep 17 00:00:00 2001 From: razvanm Date: Sun, 8 Nov 2009 08:42:43 +0000 Subject: [PATCH] Also don't use "__" for sim-sf. This re-enables the inspection of variables. --- support/make/avr/avr.rules | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2