X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Favr%2Freinstall.extra;h=cabb81cc6b0f824ee5f463bd8af1df2962f22e75;hb=f4263e3d036f79a8127d49ced6ec40be6e81d1e2;hp=1c8748f13299f83862e03c912961d8ba27c59863;hpb=2b779eba0deb6fe41f2c1d829f607c00dcebaa68;p=tinyos-2.x.git diff --git a/support/make/avr/reinstall.extra b/support/make/avr/reinstall.extra index 1c8748f1..cabb81cc 100644 --- a/support/make/avr/reinstall.extra +++ b/support/make/avr/reinstall.extra @@ -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