Skip to content

Commit

Permalink
cpu/native: netdev_tap implements the legacy netdev API
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Apr 30, 2024
1 parent b565091 commit 9462ab5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu/native/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9462ab5

Please sign in to comment.