diff --git a/projects/sixlowpan/Jamfile b/projects/sixlowpan/Jamfile index f0366cb2d9..9ef028dbaa 100644 --- a/projects/sixlowpan/Jamfile +++ b/projects/sixlowpan/Jamfile @@ -1,11 +1,11 @@ -# -# FireKernel example project Jamfile -# -# Copyright (C) 2008, 2009 Kaspar Schleiser -# - -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 +# + +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 ; diff --git a/projects/tlayer/Jamfile b/projects/tlayer/Jamfile index c120ede364..f495329aa2 100644 --- a/projects/tlayer/Jamfile +++ b/projects/tlayer/Jamfile @@ -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 ; diff --git a/sys/net/destiny/Jamfile b/sys/net/destiny/Jamfile index f41672cdb6..22845434f6 100644 --- a/sys/net/destiny/Jamfile +++ b/sys/net/destiny/Jamfile @@ -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 ;