1
0
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:
Marian Buschsieweke 2024-04-26 21:34:32 +02:00
parent b5650915c9
commit 9462ab576e
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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