X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Fbnp.extra;h=7368c195b853b158494c97a7056fc95b5250b0f8;hb=b754e1b3a7315c2f1911fd3247aac07f1db231a7;hp=3270fb012353cb884c4e28d31709fd3c88433365;hpb=2b6db4ac75c7b36621d7d0ad81e5d045652bd5d0;p=tinyos-2.x.git diff --git a/support/make/bnp.extra b/support/make/bnp.extra index 3270fb01..7368c195 100644 --- a/support/make/bnp.extra +++ b/support/make/bnp.extra @@ -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