aboutsummaryrefslogtreecommitdiff
path: root/win32/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Kbuild')
-rw-r--r--win32/Kbuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild
new file mode 100644
index 000000000..1bb79bfd3
--- /dev/null
+++ b/win32/Kbuild
@@ -0,0 +1,34 @@
1# Makefile for busybox
2#
3# Licensed under the GPL v2, see the file LICENSE in this tarball.
4
5lib-y:=
6
7lib-$(CONFIG_PLATFORM_MINGW32) += dirent.o
8lib-$(CONFIG_PLATFORM_MINGW32) += dirname.o
9lib-$(CONFIG_PLATFORM_MINGW32) += env.o
10lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o
11lib-$(CONFIG_PLATFORM_MINGW32) += fsync.o
12lib-$(CONFIG_PLATFORM_MINGW32) += glob.o
13lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o
14lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o
15lib-$(CONFIG_FEATURE_PRNG_ISAAC) += isaac.o
16lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o
17lib-$(CONFIG_PLATFORM_MINGW32) += process.o
18lib-$(CONFIG_PLATFORM_MINGW32) += match_class.o
19lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o
20lib-$(CONFIG_PLATFORM_MINGW32) += net.o
21lib-$(CONFIG_PLATFORM_MINGW32) += poll.o
22lib-$(CONFIG_PLATFORM_MINGW32) += popen.o
23lib-$(CONFIG_PLATFORM_MINGW32) += regex.o
24lib-$(CONFIG_PLATFORM_MINGW32) += select.o
25lib-$(CONFIG_FEATURE_PRNG_SHELL) += sh_random.o
26lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o
27lib-$(CONFIG_PLATFORM_MINGW32) += strndup.o
28lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o
29lib-$(CONFIG_PLATFORM_MINGW32) += strverscmp.o
30lib-$(CONFIG_PLATFORM_MINGW32) += system.o
31lib-$(CONFIG_PLATFORM_MINGW32) += termios.o
32lib-$(CONFIG_PLATFORM_MINGW32) += timegm.o
33lib-$(CONFIG_PLATFORM_MINGW32) += uname.o
34lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o