commit | a581dc1e5d4202575a847ce3ee11ac8ffae8c154 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jun 12 13:20:07 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 14 16:57:35 2021 -0400 |
tree | 87bc48aa500c6618520ff68b2f96e77d969226d4 | |
parent | f75f1d77af5b750cc89657552ded6422488a62ab [diff] [blame] |
lib: move rtc-lib.c to lib Function rtc_to_tm() is needed for FAT file system support even if we don't have a real time clock. So move it from drivers/ to lib/. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff --git a/lib/Makefile b/lib/Makefile index 881034f..d8055d3 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -135,6 +135,7 @@ endif obj-y += date.o +obj-y += rtc-lib.o obj-$(CONFIG_LIB_ELF) += elf.o #