mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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
|
USEMODULE += random
|
||||||
endif
|
endif
|
||||||
|
|
||||||
USEMODULE += native-drivers
|
USEMODULE += native_drivers
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MODULE = native-drivers
|
MODULE = native_drivers
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
Loading…
Reference in New Issue
Block a user