mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
459f3987d0
A generic application might select netdev_default instead of gnrc_netdev_default to pull in the default network interface. So pull in gnrc_netif if netdev_default is selected with GNRC.
5 lines
165 B
Makefile
5 lines
165 B
Makefile
# Add deprecated modules here
|
|
# Keep this list ALPHABETICALLY SORTED!!!!111elven
|
|
DEPRECATED_MODULES += event_thread_lowest
|
|
DEPRECATED_MODULES += gnrc_netdev_default
|