]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/avr/reinstall.extra
Performance enhancements to tos.py, rename of TINYOS_NP=BNP to BOOTLOADER=tosboot...
[tinyos-2.x.git] / support / make / avr / reinstall.extra
index 1c8748f13299f83862e03c912961d8ba27c59863..cabb81cc6b0f824ee5f463bd8af1df2962f22e75 100644 (file)
@@ -4,8 +4,8 @@
 NODEID = $(REINSTALL)
 BUILD_DEPS = setid program delsetid
 
-ifdef TINYOS_NP
-  ifeq ($(TINYOS_NP),BNP)
+ifdef BOOTLOADER
+  ifeq ($(BOOTLOADER),tosboot)
     BUILD_DEPS += program_bl
   endif
 endif