1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/projects/sixlowpan/Jamfile

12 lines
281 B
Plaintext
Raw Normal View History

2011-05-11 10:30:30 +02:00
#
# 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 ;
2011-05-11 10:30:30 +02:00
UseModule sixlowpan ;