From: r-studio Date: Mon, 21 Sep 2009 08:31:45 +0000 (+0000) Subject: refactoring, for cleaner interface X-Git-Tag: rc_6_tinyos_2_1_1~224 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=db318cbb2330af98b6b2060ff237ff7f636a3aa1 refactoring, for cleaner interface --- diff --git a/support/make/tosboot.extra b/support/make/tosboot.extra index 80e00688..12597267 100644 --- a/support/make/tosboot.extra +++ b/support/make/tosboot.extra @@ -34,6 +34,11 @@ ifeq ($(BOOTLOADER),tosboot) AVR_FUSE_H ?= 0xda endif + ifeq ($(TARGETS),mulle) + CFLAGS += -I$(DELUGE_EXTRA) -I$(DELUGE_EXTRA)/mulle -I$(DELUGE_EXTRA)/m16c62p + BOOTLOADER_IMG ?= $(TOSBOOT_DIR)/mulle/main.srec + 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_IMG ?= $(TOSBOOT_DIR)/iris/main.ihex