From: razvanm Date: Fri, 8 Jun 2007 16:53:05 +0000 (+0000) Subject: Missing commit to enable the support for MicaZ (reported by Aurelien Francillon). X-Git-Tag: release_tools_1_2_4_1~139 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=0a7172d2fe99225f18d74290eaa35056c7a8f349;p=tinyos-2.x.git Missing commit to enable the support for MicaZ (reported by Aurelien Francillon). --- diff --git a/support/make/bnp.extra b/support/make/bnp.extra index bf0cdbb8..5f7ef420 100644 --- a/support/make/bnp.extra +++ b/support/make/bnp.extra @@ -21,4 +21,10 @@ ifeq ($(TINYOS_NP),BNP) endif endif + ifeq ($(TARGETS),micaz) + CFLAGS += -I$(DELUGE_EXTRA) -I$(DELUGE_EXTRA)/avr -I$(DELUGE_EXTRA)/micaz -I$(DELUGE_EXTRA)/mica2 + BOOTLOADER ?= $(TOSBOOT_DIR)/micaz/main.ihex + AVR_FUSE_H ?= 0xda + endif + endif