[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/6lowpan/serial_tun
Makefile, 1.1, 1.2
Matus Harvan
mharvan at users.sourceforge.net
Wed Dec 5 15:22:13 PST 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/6lowpan IP.h, NONE,
1.1 IP.nc, NONE, 1.1 IPC.nc, NONE, 1.1 IPP.nc, NONE,
1.1 IP_internal.h, NONE, 1.1 README, NONE, 1.1 UDPClient.nc,
NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/sf serialsource.c,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/c/6lowpan/serial_tun
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21605/6lowpan/serial_tun
Modified Files:
Makefile
Log Message:
fixes for moving sf to support/sdk/c/sf
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/c/6lowpan/serial_tun/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 5 Dec 2007 22:58:41 -0000 1.1
--- Makefile 5 Dec 2007 23:22:11 -0000 1.2
***************
*** 4,13 ****
FLAGS+=-Wall
FLAGS+=-g
! FLAGS+=-I${TOSROOT}/support/sdk/c
all: serial_tun
serial_tun: serial_tun.c tun_dev.c 6lowpan.h
! gcc $(FLAGS) -o serial_tun serial_tun.c tun_dev.c ${TOSROOT}/support/sdk/c/libmote.a
clean:
--- 4,13 ----
FLAGS+=-Wall
FLAGS+=-g
! FLAGS+=-I${TOSROOT}/support/sdk/c/sf
all: serial_tun
serial_tun: serial_tun.c tun_dev.c 6lowpan.h
! gcc $(FLAGS) -o serial_tun serial_tun.c tun_dev.c ${TOSROOT}/support/sdk/c/sf/libmote.a
clean:
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/6lowpan IP.h, NONE,
1.1 IP.nc, NONE, 1.1 IPC.nc, NONE, 1.1 IPP.nc, NONE,
1.1 IP_internal.h, NONE, 1.1 README, NONE, 1.1 UDPClient.nc,
NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/sf serialsource.c,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list