]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/bnp.extra
Removal of SendCompressForward
[tinyos-2.x.git] / support / make / bnp.extra
index c4f5b4c9e91e7380e6d1cf66a64dfd74ae5e4bd8..7368c195b853b158494c97a7056fc95b5250b0f8 100644 (file)
@@ -8,7 +8,7 @@ TOSBOOT_DIR ?= $(TOSDIR)/lib/tosboot/build
 ifeq ($(TINYOS_NP),BNP)
 
   CFLAGS += -DDELUGE
-  CFLAGS += -I$(TOSDIR)/lib/net -I$(TOSDIR)/lib/net/drip -I$(DELUGE_DIR) -I$(DELUGE_DIR)/FlashVolumeManager
+  CFLAGS += -I$(TOSDIR)/lib/net -I$(TOSDIR)/lib/net/drip -I$(DELUGE_DIR) -I$(DELUGE_DIR)/FlashVolumeManager -I$(DELUGE_DIR)/BlockStorageManager
 
   ifneq ($(filter telosb tmote,$(TARGETS)),)
     CFLAGS += -I$(DELUGE_EXTRA) -I$(DELUGE_EXTRA)/msp430 -I$(DELUGE_EXTRA)/telos -I$(DELUGE_EXTRA)/telosb
@@ -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