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

12 lines
229 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 ;
UseModule test_shell ;