X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Fmsp%2Finstall.extra;h=9627a1c91a0fd0dbee9ecca3bd8408319620b470;hb=f4263e3d036f79a8127d49ced6ec40be6e81d1e2;hp=91ef45fc5ceedcb86cf6d7c60f7dc07884ca687d;hpb=2b779eba0deb6fe41f2c1d829f607c00dcebaa68;p=tinyos-2.x.git diff --git a/support/make/msp/install.extra b/support/make/msp/install.extra index 91ef45fc..9627a1c9 100644 --- a/support/make/msp/install.extra +++ b/support/make/msp/install.extra @@ -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