diff options
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild new file mode 100644 index 000000000..ba361f1ca --- /dev/null +++ b/win32/Kbuild | |||
@@ -0,0 +1,25 @@ | |||
1 | # Makefile for busybox | ||
2 | # | ||
3 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
4 | |||
5 | lib-y:= | ||
6 | |||
7 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o | ||
8 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o | ||
9 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o | ||
10 | lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o | ||
11 | lib-$(CONFIG_PLATFORM_MINGW32) += process.o | ||
12 | lib-$(CONFIG_PLATFORM_MINGW32) += regex.o | ||
13 | lib-$(CONFIG_PLATFORM_MINGW32) += net.o | ||
14 | lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o | ||
15 | lib-$(CONFIG_PLATFORM_MINGW32) += poll.o | ||
16 | lib-$(CONFIG_PLATFORM_MINGW32) += select.o | ||
17 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o | ||
18 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o | ||
19 | lib-$(CONFIG_PLATFORM_MINGW32) += mempcpy.o | ||
20 | lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o | ||
21 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o | ||
22 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o | ||
23 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o | ||
24 | lib-$(CONFIG_PLATFORM_MINGW32) += uname.o | ||
25 | lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o | ||