native: relocate drivers/rtc implementation

dev/timer
Ludwig Ortmann 9 years ago
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…
Cancel
Save