mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
- adjusted jam files for endless loop
- STILL error in rpl jamfile
This commit is contained in:
parent
1f09cfce9e
commit
c55a5db84f
@ -1,11 +1,11 @@
|
||||
#
|
||||
# FireKernel example project Jamfile
|
||||
#
|
||||
# Copyright (C) 2008, 2009 Kaspar Schleiser <kaspar@schleiser.de>
|
||||
#
|
||||
|
||||
SubDir TOP projects sixlowpan ;
|
||||
|
||||
Module sixlowpan : main.c : ps shell_commands config shell posix_io uart0 cc110x_ng 6lowpan vtimer auto_init rtc ;
|
||||
|
||||
UseModule sixlowpan ;
|
||||
#
|
||||
# FireKernel example project Jamfile
|
||||
#
|
||||
# Copyright (C) 2008, 2009 Kaspar Schleiser <kaspar@schleiser.de>
|
||||
#
|
||||
|
||||
SubDir TOP projects sixlowpan ;
|
||||
|
||||
Module sixlowpan : main.c : ps shell_commands config shell posix_io uart0 cc110x_ng 6lowpan vtimer auto_init rtc rpl ;
|
||||
|
||||
UseModule sixlowpan ;
|
||||
|
@ -1,15 +1,5 @@
|
||||
SubDir TOP projects tlayer ;
|
||||
|
||||
Module tlayer : main.c : ps shell_commands config ;
|
||||
Module tlayer : main.c : auto_init vtimer ps shell_commands config cc110x_ng destiny uart0 posix_io shell 6lowpan rtc rpl ;
|
||||
|
||||
UseModule auto_init ;
|
||||
UseModule tlayer ;
|
||||
UseModule cc110x_ng ;
|
||||
UseModule destiny ;
|
||||
UseModule uart0 ;
|
||||
UseModule posix_io ;
|
||||
UseModule shell ;
|
||||
UseModule ps ;
|
||||
UseModule 6lowpan ;
|
||||
UseModule vtimer ;
|
||||
UseModule rtc ;
|
||||
|
@ -2,4 +2,4 @@ SubDir TOP sys net destiny ;
|
||||
|
||||
# HDRS += $(TOP)/sys/net/destiny/ ;
|
||||
|
||||
Module destiny : destiny.c udp.c tcp.c socket.c : vtimer 6lowpan net_help ;
|
||||
Module destiny : destiny.c udp.c tcp.c socket.c : vtimer net_help ;
|
||||
|
Loading…
Reference in New Issue
Block a user