mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
native: relocate drivers/rtc implementation
This commit is contained in:
parent
0136f208c6
commit
45cf2e4967
@ -2,9 +2,6 @@ MODULE = cpu
|
||||
|
||||
DIRS += periph
|
||||
DIRS += drivers
|
||||
ifneq (,$(filter rtc,$(USEMODULE)))
|
||||
DIRS += rtc
|
||||
endif
|
||||
ifneq (,$(filter nativenet,$(USEMODULE)))
|
||||
DIRS += net
|
||||
endif
|
||||
|
||||
@ -1 +1,5 @@
|
||||
ifneq (,$(filter rtc,$(USEMODULE)))
|
||||
DIRS += rtc
|
||||
endif
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user