diff options
Diffstat (limited to 'libc/misc/time/Makefile')
-rw-r--r-- | libc/misc/time/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile index b47a97c33..1ed212cf0 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -38,6 +38,10 @@ ifeq ($(UCLIBC_HAS_XLOCALE),y) endif ifeq ($(UCLIBC_HAS_WCHAR),y) + MOBJ += wcsftime.o +ifeq ($(UCLIBC_HAS_XLOCALE),y) + MOBJx += wcsftime_l.o +endif endif CSRC= adjtime.c ftime.c clock_gettime.c |