]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Don't use the "__" for TOSSIM. This re-enables the inspection of variables.
authorrazvanm <razvanm>
Fri, 21 Aug 2009 05:33:19 +0000 (05:33 +0000)
committerrazvanm <razvanm>
Fri, 21 Aug 2009 05:33:19 +0000 (05:33 +0000)
support/make/avr/avr.rules

index feba047c1468515b879a53b99d38c34ae0106a37..7424b8408f5dff47e09c48912763f1c7e1536801 100644 (file)
@@ -36,7 +36,9 @@ NCC = ncc
 LIBS = -lm
 
 # Use __ as the separator - requires nesC 1.2.9 or later
-PFLAGS += -fnesc-separator=__
+ifneq ($(filter sim,$(GOALS)),sim)
+       PFLAGS += -fnesc-separator=__
+endif
 AMADDR = ActiveMessageAddressC__addr
 BUILDDIR ?= build/$(PLATFORM)
 MAIN_EXE = $(BUILDDIR)/main.exe