drivers: remove unused luid dependencies
Those drivers don't rely on luid anymore, we can drop the dependency.
This commit is contained in:
parent
367a8e8574
commit
a2396111ee
@ -24,8 +24,7 @@
|
|||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "kernel_defines.h"
|
||||||
#include "luid.h"
|
|
||||||
#include "byteorder.h"
|
#include "byteorder.h"
|
||||||
#include "net/ieee802154.h"
|
#include "net/ieee802154.h"
|
||||||
#if IS_USED(IEEE802154_SECURITY)
|
#if IS_USED(IEEE802154_SECURITY)
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
USEMODULE += luid
|
|
||||||
USEMODULE += netdev_eth
|
USEMODULE += netdev_eth
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEPKG += driver_atwinc15x0
|
USEPKG += driver_atwinc15x0
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += luid
|
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
FEATURES_REQUIRED += periph_gpio
|
FEATURES_REQUIRED += periph_gpio
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user