cpu/esp32: remove static dependency from gnrc
This commit is contained in:
parent
770de4db38
commit
f14c4c8c2f
@ -8,7 +8,6 @@ endif
|
|||||||
ifneq (,$(filter esp_eth,$(USEMODULE)))
|
ifneq (,$(filter esp_eth,$(USEMODULE)))
|
||||||
USEMODULE += esp_idf_eth
|
USEMODULE += esp_idf_eth
|
||||||
USEMODULE += esp_idf_eth_phy
|
USEMODULE += esp_idf_eth_phy
|
||||||
USEMODULE += gnrc
|
|
||||||
USEMODULE += netdev_eth
|
USEMODULE += netdev_eth
|
||||||
USEMODULE += netopt
|
USEMODULE += netopt
|
||||||
USEMODULE += riot_freertos
|
USEMODULE += riot_freertos
|
||||||
@ -18,16 +17,12 @@ ifneq (,$(filter esp_eth,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter esp_now,$(USEMODULE)))
|
ifneq (,$(filter esp_now,$(USEMODULE)))
|
||||||
$(eval GNRC_NETIF_NUMOF=$(shell echo $$(($(GNRC_NETIF_NUMOF)+1))))
|
|
||||||
USEMODULE += esp_wifi_any
|
USEMODULE += esp_wifi_any
|
||||||
USEMODULE += gnrc
|
|
||||||
USEMODULE += netopt
|
USEMODULE += netopt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter esp_wifi,$(USEMODULE)))
|
ifneq (,$(filter esp_wifi,$(USEMODULE)))
|
||||||
$(eval GNRC_NETIF_NUMOF=$(shell echo $$(($(GNRC_NETIF_NUMOF)+1))))
|
|
||||||
USEMODULE += esp_wifi_any
|
USEMODULE += esp_wifi_any
|
||||||
USEMODULE += gnrc
|
|
||||||
USEMODULE += netopt
|
USEMODULE += netopt
|
||||||
USEMODULE += netdev_eth
|
USEMODULE += netdev_eth
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user