]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Also don't use "__" for sim-sf. This re-enables the inspection of variables.
authorrazvanm <razvanm>
Sun, 8 Nov 2009 08:42:43 +0000 (08:42 +0000)
committerrazvanm <razvanm>
Sun, 8 Nov 2009 08:42:43 +0000 (08:42 +0000)
support/make/avr/avr.rules

index 7424b8408f5dff47e09c48912763f1c7e1536801..02e11fc5479e9e83f7a675335eb23c57512d004f 100644 (file)
@@ -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