blob: 85f5ca7c4e7a4222a6f79442f250772a334c6cda (
plain)
1
2
3
4
5
6
7
8
|
# Makefile for busybox
#
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o
lib-$(CONFIG_PLATFORM_MINGW32) += mingw.o
|