diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:36:01 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:44:16 +0100 |
commit | 9e26feebb1f6752fa21f4680a744cdc688366be5 (patch) | |
tree | 579dac199ef3f83d56933df65e96f116f5f14cca /win32/Kbuild | |
parent | ece4cb7f6debdb741b8a43053aeea817b80f49e7 (diff) | |
download | busybox-w32-9e26feebb1f6752fa21f4680a744cdc688366be5.tar.gz busybox-w32-9e26feebb1f6752fa21f4680a744cdc688366be5.tar.bz2 busybox-w32-9e26feebb1f6752fa21f4680a744cdc688366be5.zip |
win32: implement ioctl
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 42df86692..ceede0c67 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -6,6 +6,7 @@ lib-y:= | |||
6 | 6 | ||
7 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o | 7 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o |
8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o | 8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o |
9 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o | ||
9 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o | 10 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o |
10 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o | 11 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o |
11 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | 12 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o |