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

[projects/sixlowpan/Jamfile]

* added default shell commands
This commit is contained in:
mlenders 2011-07-01 15:28:18 +02:00
parent 9bf13c2d56
commit af0731cb13

View File

@ -6,7 +6,7 @@
SubDir TOP projects sixlowpan ;
Module sixlowpan : main.c ;
Module sixlowpan : main.c : ps shell_commands config ;
UseModule sixlowpan ;
UseModule shell ;