Skip to content

Commit 0c6f0d7

Browse files
geertualexandrebelloni
authored andcommitted
rtc: Rename lib_test to test_rtc_lib
When compiling the RTC library functions test as a module, the module has the non-descriptive name "lib_test.ko". Fix this by renaming it to "test_rtc_lib.ko". Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/47019d7f8ced12107b54a372fdf34b1b8f7b6183.1751355848.git.geert@linux-m68k.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 0bafe29 commit 0c6f0d7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rtc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rtc-core-$(CONFIG_RTC_INTF_DEV) += dev.o
1515
rtc-core-$(CONFIG_RTC_INTF_PROC) += proc.o
1616
rtc-core-$(CONFIG_RTC_INTF_SYSFS) += sysfs.o
1717

18-
obj-$(CONFIG_RTC_LIB_KUNIT_TEST) += lib_test.o
18+
obj-$(CONFIG_RTC_LIB_KUNIT_TEST) += test_rtc_lib.o
1919

2020
# Keep the list ordered.
2121

0 commit comments

Comments
 (0)