aboutsummaryrefslogtreecommitdiff
path: root/win32/Kbuild
blob: 1bb79bfd3ab09a31e092777c0a13a9af8f0c96e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Makefile for busybox
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.

lib-y:=

lib-$(CONFIG_PLATFORM_MINGW32) += dirent.o
lib-$(CONFIG_PLATFORM_MINGW32) += dirname.o
lib-$(CONFIG_PLATFORM_MINGW32) += env.o
lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o
lib-$(CONFIG_PLATFORM_MINGW32) += fsync.o
lib-$(CONFIG_PLATFORM_MINGW32) += glob.o
lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o
lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o
lib-$(CONFIG_FEATURE_PRNG_ISAAC) += isaac.o
lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o
lib-$(CONFIG_PLATFORM_MINGW32) += process.o
lib-$(CONFIG_PLATFORM_MINGW32) += match_class.o
lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o
lib-$(CONFIG_PLATFORM_MINGW32) += net.o
lib-$(CONFIG_PLATFORM_MINGW32) += poll.o
lib-$(CONFIG_PLATFORM_MINGW32) += popen.o
lib-$(CONFIG_PLATFORM_MINGW32) += regex.o
lib-$(CONFIG_PLATFORM_MINGW32) += select.o
lib-$(CONFIG_FEATURE_PRNG_SHELL) += sh_random.o
lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o
lib-$(CONFIG_PLATFORM_MINGW32) += strndup.o
lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o
lib-$(CONFIG_PLATFORM_MINGW32) += strverscmp.o
lib-$(CONFIG_PLATFORM_MINGW32) += system.o
lib-$(CONFIG_PLATFORM_MINGW32) += termios.o
lib-$(CONFIG_PLATFORM_MINGW32) += timegm.o
lib-$(CONFIG_PLATFORM_MINGW32) += uname.o
lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o