diff options
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index 3e1f845df..e705dae66 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -25,6 +25,7 @@ lib-$(CONFIG_FEATURE_PRNG_SHELL) += sh_random.o | |||
25 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o | 25 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o |
26 | lib-$(CONFIG_PLATFORM_MINGW32) += strndup.o | 26 | lib-$(CONFIG_PLATFORM_MINGW32) += strndup.o |
27 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o | 27 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o |
28 | lib-$(CONFIG_PLATFORM_MINGW32) += strverscmp.o | ||
28 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o | 29 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o |
29 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o | 30 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o |
30 | lib-$(CONFIG_PLATFORM_MINGW32) += timegm.o | 31 | lib-$(CONFIG_PLATFORM_MINGW32) += timegm.o |