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

10 lines
208 B
Plaintext
Raw Normal View History

SubDir TOP sys net destiny ;
# HDRS += $(TOP)/sys/net/destiny/ ;
Module destiny : destiny.c udp.c tcp.c socket.c ;
UseModule vtimer ;
UseModule auto_init ;
UseModule 6lowpan ;
UseModule net_help ;