mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/native: netdev_tap implements the legacy netdev API
This commit is contained in:
parent
b5650915c9
commit
9462ab576e
@ -40,6 +40,10 @@ ifneq (,$(filter socket_zep,$(USEMODULE)))
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter netdev_tap,$(USEMODULE)))
|
||||
USEMODULE += netdev_legacy_api
|
||||
endif
|
||||
|
||||
ifneq (,$(filter libc_gettimeofday,$(USEMODULE)))
|
||||
USEMODULE += ztimer64_usec
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user