mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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 ;
|