diff options
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index 109b70e7b..564498c78 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -13,6 +13,8 @@ lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | |||
13 | lib-$(CONFIG_WIN32_NET) += net.o | 13 | lib-$(CONFIG_WIN32_NET) += net.o |
14 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o | 14 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o |
15 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o | 15 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o |
16 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o | ||
17 | lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o | ||
16 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o | 18 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o |
17 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o | 19 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o |
18 | lib-$(CONFIG_PLATFORM_MINGW32) += uname.o | 20 | lib-$(CONFIG_PLATFORM_MINGW32) += uname.o |