]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/bnp.extra
Missing commit to enable the support for MicaZ (reported by Aurelien Francillon).
[tinyos-2.x.git] / support / make / bnp.extra
index bf0cdbb89d4e6c78459ab5fe6edc988f3c828ad9..5f7ef420f11410d352f16cc7a7209c23e887e6ce 100644 (file)
@@ -21,4 +21,10 @@ ifeq ($(TINYOS_NP),BNP)
     endif
   endif
 
+  ifeq ($(TARGETS),micaz)
+    CFLAGS += -I$(DELUGE_EXTRA) -I$(DELUGE_EXTRA)/avr -I$(DELUGE_EXTRA)/micaz -I$(DELUGE_EXTRA)/mica2
+    BOOTLOADER ?= $(TOSBOOT_DIR)/micaz/main.ihex
+    AVR_FUSE_H ?= 0xda
+  endif
+
 endif