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 f8c8fb5af..f3d0244d2 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -20,6 +20,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | |||
20 | lib-$(CONFIG_PLATFORM_MINGW32) += select.o | 20 | lib-$(CONFIG_PLATFORM_MINGW32) += select.o |
21 | lib-$(CONFIG_FEATURE_PRNG_SHELL) += sh_random.o | 21 | lib-$(CONFIG_FEATURE_PRNG_SHELL) += sh_random.o |
22 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o | 22 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o |
23 | lib-$(CONFIG_PLATFORM_MINGW32) += strndup.o | ||
23 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o | 24 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o |
24 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o | 25 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o |
25 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o | 26 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o |