Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36e14f5f authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: rename core files



Rename core files so there is a clearer separation between the RTC core and
the RTC drivers.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent bba3d2da
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

ccflags-$(CONFIG_RTC_DEBUG)	:= -DDEBUG

obj-$(CONFIG_RTC_LIB)		+= rtc-lib.o
obj-$(CONFIG_RTC_LIB)		+= lib.o
obj-$(CONFIG_RTC_HCTOSYS)	+= hctosys.o
obj-$(CONFIG_RTC_SYSTOHC)	+= systohc.o
obj-$(CONFIG_RTC_CLASS)		+= rtc-core.o
@@ -17,9 +17,9 @@ rtc-core-y += rtc-efi-platform.o
endif

rtc-core-$(CONFIG_RTC_NVMEM)		+= nvmem.o
rtc-core-$(CONFIG_RTC_INTF_DEV)		+= rtc-dev.o
rtc-core-$(CONFIG_RTC_INTF_PROC)	+= rtc-proc.o
rtc-core-$(CONFIG_RTC_INTF_SYSFS)	+= rtc-sysfs.o
rtc-core-$(CONFIG_RTC_INTF_DEV)		+= dev.o
rtc-core-$(CONFIG_RTC_INTF_PROC)	+= proc.o
rtc-core-$(CONFIG_RTC_INTF_SYSFS)	+= sysfs.o

# Keep the list ordered.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.