aboutsummaryrefslogtreecommitdiff
path: root/win32/Kbuild
blob: 4e66f764f9fa0369a100a74e22491757fe520744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Makefile for busybox
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.

lib-y:=

lib-$(CONFIG_PLATFORM_MINGW32_TEST) = test.o
lib-$(CONFIG_PLATFORM_MINGW32) += env.o
lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o
lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o
lib-$(CONFIG_PLATFORM_MINGW32) += process.o
lib-$(CONFIG_PLATFORM_MINGW32) += regex.o
lib-$(CONFIG_WIN32_NET) += socket.o
lib-$(CONFIG_PLATFORM_MINGW32) += strbuf.o
lib-$(CONFIG_PLATFORM_MINGW32) += strbuf_file.o
lib-$(CONFIG_PLATFORM_MINGW32) += termios.o
lib-$(CONFIG_PLATFORM_MINGW32) += winansi.o