]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added iris support for deluge
authorsallai <sallai>
Thu, 24 Jan 2008 20:38:00 +0000 (20:38 +0000)
committersallai <sallai>
Thu, 24 Jan 2008 20:38:00 +0000 (20:38 +0000)
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