1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

- adjusted jam files for endless loop

- STILL error in rpl jamfile
This commit is contained in:
Oliver 2012-01-24 02:56:49 +01:00
parent 1f09cfce9e
commit c55a5db84f
3 changed files with 13 additions and 23 deletions

View File

@ -6,6 +6,6 @@
SubDir TOP projects sixlowpan ;
Module sixlowpan : main.c : ps shell_commands config shell posix_io uart0 cc110x_ng 6lowpan vtimer auto_init rtc ;
Module sixlowpan : main.c : ps shell_commands config shell posix_io uart0 cc110x_ng 6lowpan vtimer auto_init rtc rpl ;
UseModule sixlowpan ;

View File

@ -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 ;

View File

@ -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 ;