diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-10 18:24:47 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-10 19:45:01 +1000 |
commit | 1674f39266dda7929fc21e842554dec9ad43e5ea (patch) | |
tree | 53d3d7ddab49bce77de1df642f3b7490f30de630 /win32/Kbuild | |
parent | 803ebf09045d48675938ab60c9721f7f22b97a06 (diff) | |
download | busybox-w32-1674f39266dda7929fc21e842554dec9ad43e5ea.tar.gz busybox-w32-1674f39266dda7929fc21e842554dec9ad43e5ea.tar.bz2 busybox-w32-1674f39266dda7929fc21e842554dec9ad43e5ea.zip |
win32: add termios stub so that it builds
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 dc3b24376..a4a7f32d4 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -9,4 +9,5 @@ lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o | |||
9 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o | 9 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o |
10 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o | 10 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o |
11 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | 11 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o |
12 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o | ||
12 | lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o | 13 | lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o |