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