[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/tkn154 README.txt, NONE, 1.1 Makefile.include, 1.2, 1.3
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Mon Jul 21 08:18:18 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9345/apps/tests/tkn154
Modified Files:
Makefile.include
Added Files:
README.txt
Log Message:
renaming directories to lower cases
--- NEW FILE: README.txt ---
README for tkn154 test applications
Author/Contact: tinyos-help at millennium.berkeley.edu
Description:
This folder contains test applications for "TKN15.4", a platform-independent
IEEE 802.15.4-2006 MAC implementation. Every test application resides in a
separate subdirectory which includes a README.txt describing what it does and
how it can be installed, respectively.
The TKN15.4 implementation can be found in tinyos-2.x/tos/lib/mac/tkn154.
$Id: README.txt,v 1.1 2008/07/21 15:18:16 janhauer Exp $o
Index: Makefile.include
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154/Makefile.include,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.include 18 Jun 2008 15:39:32 -0000 1.2
--- Makefile.include 21 Jul 2008 15:18:16 -0000 1.3
***************
*** 19,27 ****
# the application Makefile can define PLATFORMS as a whitespace-separated
# list of supported platforms
! ifneq ($(PLATFORMS),)
! ifeq ($(strip $(foreach platform,$(PLATFORMS),$(findstring $(platform),$(PLATFORM)))),)
! $(error The target platform is not supported by this application - supported platforms are: $(PLATFORMS))
endif
endif
- include $(TKN154_PLATFORM_INCLUDE)
--- 19,29 ----
# the application Makefile can define PLATFORMS as a whitespace-separated
# list of supported platforms
! ifneq ($(PLATFORM),)
! ifneq ($(PLATFORMS),)
! ifeq ($(strip $(foreach platform,$(PLATFORMS),$(findstring $(platform),$(PLATFORM)))),)
! $(error The target platform is not supported by this application - supported platforms are: $(PLATFORMS))
! endif
endif
+ include $(TKN154_PLATFORM_INCLUDE)
endif
More information about the Tinyos-2-commits
mailing list