Skip to content

Commit 5127135

Browse files
g0mb4alexandrebelloni
authored andcommitted
rtc: Makefile: Replace spaces with tab.
Fix a style error. Signed-off-by: Tóth János <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent e5eab1a commit 5127135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rtc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ obj-$(CONFIG_RTC_DRV_S5M) += rtc-s5m.o
165165
obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o
166166
obj-$(CONFIG_RTC_DRV_SC27XX) += rtc-sc27xx.o
167167
obj-$(CONFIG_RTC_DRV_SD2405AL) += rtc-sd2405al.o
168-
obj-$(CONFIG_RTC_DRV_SD3078) += rtc-sd3078.o
168+
obj-$(CONFIG_RTC_DRV_SD3078) += rtc-sd3078.o
169169
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
170170
obj-$(CONFIG_RTC_DRV_SNVS) += rtc-snvs.o
171171
obj-$(CONFIG_RTC_DRV_SPEAR) += rtc-spear.o

0 commit comments

Comments
 (0)