|
From: Lin Gu <li...@us...> - 2004-12-27 22:25:18
|
Update of /cvsroot/vert/vert-1.3/tools/make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14856/tools/make Modified Files: mica2.target Log Message: LedSig is a test app. Index: mica2.target =================================================================== RCS file: /cvsroot/vert/vert-1.3/tools/make/mica2.target,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mica2.target 4 Dec 2004 00:54:04 -0000 1.3 --- mica2.target 27 Dec 2004 22:25:07 -0000 1.4 *************** *** 16,21 **** ifeq ($(TINYOS_NP),TKER) PFLAGS += -I%T/lib/t-kernel ! PFLAGS += -I%T/lib/t-kernel/t-monitor/include ! BOOTLOADER ?= $(TOSDIR)/lib/t-kernel/t-monitor/bl_mica2.srec AVR_FUSE_H ?= 0xd8 endif --- 16,21 ---- ifeq ($(TINYOS_NP),TKER) PFLAGS += -I%T/lib/t-kernel ! PFLAGS += -I%T/lib/t-kernel/t-nucleus/include ! BOOTLOADER ?= $(TOSDIR)/lib/t-kernel/t-nucleus/bootAVRmica2.srec AVR_FUSE_H ?= 0xd8 endif |