]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/avr/install.extra
Performance enhancements to tos.py, rename of TINYOS_NP=BNP to BOOTLOADER=tosboot...
[tinyos-2.x.git] / support / make / avr / install.extra
index c212cbea7d75bfc74e2cac70a00686f8e033a1db..672ee9de0ade331dbdb2c74a565521135344659e 100644 (file)
@@ -4,8 +4,8 @@
 NODEID = $(INSTALL)
 BUILD_DEPS = srec tosimage bytes $(POST_BUILD_EXTRA_DEPS) setid program delsetid
 
-ifdef TINYOS_NP
-  ifeq ($(TINYOS_NP),BNP)
+ifdef BOOTLOADER
+  ifeq ($(BOOTLOADER),tosboot)
     BUILD_DEPS += program_bl
   endif
 endif