]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/msp/reinstall.extra
Performance enhancements to tos.py, rename of TINYOS_NP=BNP to BOOTLOADER=tosboot...
[tinyos-2.x.git] / support / make / msp / reinstall.extra
index cf0d9d87afa650f7f6055bc674ccbaf4b9b6e085..360eb5de36ad5a9370e45d7abdc977cd64a436a7 100644 (file)
@@ -4,11 +4,11 @@
 NODEID = $(REINSTALL)
 BUILD_DEPS = setid program
 
-ifdef TINYOS_NP
-  ifeq ($(TINYOS_NP),BNP)
+ifdef BOOTLOADER
+  ifeq ($(BOOTLOADER),tosboot)
     BUILD_DEPS = setid program_bl program_no_e
   endif
 endif
 
-check_bnp: FORCE
-       @perl -e 'exit 0 if (<> =~ /^\:103000/); print "\nERROR: Trying to install with BNP support.\n       main.ihex was not built properly, please recompile.\n\n"; exit 1;' $(INSTALL_IHEX)
+check_tosboot: FORCE
+       @perl -e 'exit 0 if (<> =~ /^\:103000/); print "\nERROR: Trying to install with tosboot support.\n       main.ihex was not built properly, please recompile.\n\n"; exit 1;' $(INSTALL_IHEX)