From: sallai Date: Thu, 24 Jan 2008 20:38:00 +0000 (+0000) Subject: added iris support for deluge X-Git-Tag: release_tinyos_2_1_0_0~582 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=b754e1b3a7315c2f1911fd3247aac07f1db231a7 added iris support for deluge --- 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