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:
parent
246391a9fa
commit
e47727fb16
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user