Skip to content

Commit

Permalink
drivers: add netif and gnrc_netdev dependencies to rn2xx3
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Oct 14, 2017
1 parent 22e697c commit 91f3c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ ifneq (,$(filter rn2%3,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart
USEMODULE += xtimer
USEMODULE += rn2xx3
USEMODULE += netif
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
USEMODULE += gnrc_netdev
endif
endif

ifneq (,$(filter sdcard_spi,$(USEMODULE)))
Expand Down

0 comments on commit 91f3c6d

Please sign in to comment.