]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/bnp.extra
added iris support for deluge
[tinyos-2.x.git] / support / make / bnp.extra
index 3270fb012353cb884c4e28d31709fd3c88433365..7368c195b853b158494c97a7056fc95b5250b0f8 100644 (file)
@@ -27,4 +27,11 @@ ifeq ($(TINYOS_NP),BNP)
     AVR_FUSE_H ?= 0xda
   endif
 
+  ifeq ($(TARGETS),iris)
+    CFLAGS += -I$(DELUGE_EXTRA)/iris -I$(DELUGE_EXTRA)/micaz -I$(DELUGE_EXTRA)/mica2 -I$(DELUGE_EXTRA)/avr -I$(DELUGE_EXTRA)
+    BOOTLOADER ?= $(TOSBOOT_DIR)/iris/main.ihex
+    AVR_FUSE_H ?= 0xda
+  endif
+
+
 endif