mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c55a5db84f
- STILL error in rpl jamfile
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
#
|
|
# 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 ;
|