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:
parent
5a87053fa4
commit
402efc4750
@ -19,4 +19,4 @@ ifneq (,$(filter socket_zep,$(USEMODULE)))
|
||||
USEMODULE += random
|
||||
endif
|
||||
|
||||
USEMODULE += native-drivers
|
||||
USEMODULE += native_drivers
|
||||
|
@ -1,3 +1,3 @@
|
||||
MODULE = native-drivers
|
||||
MODULE = native_drivers
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
Loading…
Reference in New Issue
Block a user