1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/lib/Jamfile
2010-09-22 17:25:19 +02:00

11 lines
375 B
Plaintext

# ******************************************************************************
# Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
# ******************************************************************************
SubDir TOP sys lib ;
Module hashtable : hashtable.c ;
Module hash_string : hash_string.c : hashtable ;
Module ringbuffer : ringbuffer.c ;