Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Alexandre Belloni
0c6f0d77 0bafe291

+1 -1
+1 -1
drivers/rtc/Makefile
··· 15 15 rtc-core-$(CONFIG_RTC_INTF_PROC) += proc.o 16 16 rtc-core-$(CONFIG_RTC_INTF_SYSFS) += sysfs.o 17 17 18 - obj-$(CONFIG_RTC_LIB_KUNIT_TEST) += lib_test.o 18 + obj-$(CONFIG_RTC_LIB_KUNIT_TEST) += test_rtc_lib.o 19 19 20 20 # Keep the list ordered. 21 21
drivers/rtc/lib_test.c drivers/rtc/test_rtc_lib.c