From b754e1b3a7315c2f1911fd3247aac07f1db231a7 Mon Sep 17 00:00:00 2001 From: sallai Date: Thu, 24 Jan 2008 20:38:00 +0000 Subject: [PATCH] added iris support for deluge --- support/make/bnp.extra | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2