aboutsummaryrefslogtreecommitdiff
path: root/win32/Kbuild
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-03-30 12:42:24 +0100
committerRon Yorston <rmy@pobox.com>2012-03-30 12:42:24 +0100
commit4319368c60244268a19f58fd6f1a0b31d3cd4853 (patch)
treea511501ed8bcc73ab24e0c5e5f9280ba713e7495 /win32/Kbuild
parent506360df73c9c9f95f4caf70373673cf55046c9d (diff)
downloadbusybox-w32-4319368c60244268a19f58fd6f1a0b31d3cd4853.tar.gz
busybox-w32-4319368c60244268a19f58fd6f1a0b31d3cd4853.tar.bz2
busybox-w32-4319368c60244268a19f58fd6f1a0b31d3cd4853.zip
Use gnulib poll, importing the version from git
Diffstat (limited to 'win32/Kbuild')
-rw-r--r--win32/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild
index ef3af7458..3b06e83a7 100644
--- a/win32/Kbuild
+++ b/win32/Kbuild
@@ -10,6 +10,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o
10lib-$(CONFIG_PLATFORM_MINGW32) += process.o 10lib-$(CONFIG_PLATFORM_MINGW32) += process.o
11lib-$(CONFIG_PLATFORM_MINGW32) += regex.o 11lib-$(CONFIG_PLATFORM_MINGW32) += regex.o
12lib-$(CONFIG_WIN32_NET) += net.o 12lib-$(CONFIG_WIN32_NET) += net.o
13lib-$(CONFIG_PLATFORM_MINGW32) += poll.o
13lib-$(CONFIG_PLATFORM_MINGW32) += termios.o 14lib-$(CONFIG_PLATFORM_MINGW32) += termios.o
14lib-$(CONFIG_PLATFORM_MINGW32) += uname.o 15lib-$(CONFIG_PLATFORM_MINGW32) += uname.o
15lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o 16lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o