]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/avr/avr.rules
Don't use the "__" for TOSSIM. This re-enables the inspection of variables.
[tinyos-2.x.git] / 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