1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

treewide: remove unneeded ieee802154_radio_hal pseudomodule

This commit is contained in:
Leandro Lanzieri 2021-02-02 10:58:16 +01:00
parent 246391a9fa
commit e47727fb16
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
3 changed files with 2 additions and 7 deletions

View File

@ -62,7 +62,6 @@ ifneq (,$(filter openwsn_radio,$(USEMODULE)))
endif
ifneq (,$(filter openwsn_radio_hal,$(USEMODULE)))
USEMODULE += ieee802154_radio_hal
# Used here only for dependency resolution
DISABLE_MODULE += auto_init_gnrc_netif
endif

View File

@ -142,10 +142,6 @@ ifneq (,$(filter sntp,$(USEMODULE)))
USEMODULE += xtimer
endif
ifneq (,$(filter ieee802154_radio_hal,$(USEMODULE)))
USEMODULE += ieee802154
endif
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
# enable default network devices on the platform
USEMODULE += netdev_default
@ -159,7 +155,8 @@ ifneq (,$(filter netdev_ieee802154,$(USEMODULE)))
endif
ifneq (,$(filter netdev_ieee802154_submac,$(USEMODULE)))
USEMODULE += ieee802154_radio_hal
USEMODULE += netdev_ieee802154
USEMODULE += ieee802154
USEMODULE += ieee802154_submac
endif

View File

@ -27,7 +27,6 @@ USEMODULE += ps
USEMODULE += event_thread_highest
USEMODULE += event_callback
USEMODULE += xtimer
USEMODULE += ieee802154_radio_hal
USEMODULE += netdev_default
CFLAGS += -DEVENT_THREAD_HIGHEST_STACKSIZE=1024