From db318cbb2330af98b6b2060ff237ff7f636a3aa1 Mon Sep 17 00:00:00 2001 From: r-studio Date: Mon, 21 Sep 2009 08:31:45 +0000 Subject: [PATCH] refactoring, for cleaner interface --- support/make/tosboot.extra | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2