mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
12 lines
229 B
Plaintext
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 ;
|