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

* fix Jamfile to support sys/lib, shell

This commit is contained in:
Kaspar Schleiser 2010-09-23 11:34:54 +02:00
parent e3aa78e5bf
commit 838098f1b6

View File

@ -28,6 +28,9 @@
SubDir TOP sys ;
Module swtimer : swtimer.c : hwtimer ;
Module shell : shell.c sync_read.c : hashtable hash_string ringbuffer ;
Module auto_init : auto_init.c ;
SubInclude TOP sys net ;
SubInclude TOP sys lib ;