1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
2012-06-20 17:17:24 +02:00

12 lines
244 B
Plaintext

#
# FireKernel example project Jamfile
#
# Copyright (C) 2008, 2009 Kaspar Schleiser <kaspar@schleiser.de>
#
SubDir TOP projects test_shell ;
Module test_shell : test_shell.c : shell posix_io ps uart0 shell_commands ;
UseModule test_shell ;