1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/projects/sixlowpan/Jamfile

12 lines
296 B
Plaintext
Raw Normal View History

#
# FireKernel example project Jamfile
#
# Copyright (C) 2008, 2009 Kaspar Schleiser <kaspar@schleiser.de>
#
SubDir TOP projects sixlowpan ;
Module sixlowpan : main.c : ps shell_commands config shell posix_io uart0 cc110x_ng 6lowpan vtimer auto_init rtc rpl ;
UseModule sixlowpan ;