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

boards/native: rename native-drivers module to native_drivers

This commit is contained in:
Leandro Lanzieri 2020-07-23 08:31:18 +02:00
parent 5a87053fa4
commit 402efc4750
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ ifneq (,$(filter socket_zep,$(USEMODULE)))
USEMODULE += random
endif
USEMODULE += native-drivers
USEMODULE += native_drivers

View File

@ -1,3 +1,3 @@
MODULE = native-drivers
MODULE = native_drivers
include $(RIOTBASE)/Makefile.base