[Tinyos-2-commits] CVS: tinyos-2.x/support/make/pxa27x pxa27x.rules, 1.5, 1.6
Kevin Klues
klueska at users.sourceforge.net
Fri May 16 15:10:26 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17493/pxa27x
Modified Files:
pxa27x.rules
Log Message:
Allow the build directory to be customized
Index: pxa27x.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x/pxa27x.rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pxa27x.rules 1 Feb 2008 20:25:37 -0000 1.5
--- pxa27x.rules 16 May 2008 22:10:21 -0000 1.6
***************
*** 26,30 ****
AMADDR = ActiveMessageAddressC\$$addr
! BUILDDIR = build/$(PLATFORM)
MAIN_EXE = $(BUILDDIR)/main.exe
MAIN_BIN = $(BUILDDIR)/main.bin
--- 26,30 ----
AMADDR = ActiveMessageAddressC\$$addr
! BUILDDIR ?= build/$(PLATFORM)
MAIN_EXE = $(BUILDDIR)/main.exe
MAIN_BIN = $(BUILDDIR)/main.bin
More information about the Tinyos-2-commits
mailing list