mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b918924fc1
* flow control outsourced to flowcontrol.*
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
SubDir TOP sys net sixlowpan ;
|
|
|
|
# HDRS += $(TOP)/sys/net/sixlowpan/ ;
|
|
|
|
Module 6lowpan : sixlowpan.c sixlowip.c sixlowmac.c sixlownd.c sixlowborder.c ieee802154_frame.c serialnumber.c semaphore.c flowcontrol.c ;
|
|
|
|
UseModule vtimer ;
|
|
UseModule transceiver ;
|
|
UseModule auto_init ;
|