From 0a7172d2fe99225f18d74290eaa35056c7a8f349 Mon Sep 17 00:00:00 2001 From: razvanm Date: Fri, 8 Jun 2007 16:53:05 +0000 Subject: [PATCH] Missing commit to enable the support for MicaZ (reported by Aurelien Francillon). --- support/make/bnp.extra | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2