1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +01:00

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