aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-22 22:03:40 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-23 04:44:33 +1000
commitd791e72dc28009f36da26703fc007e40cfa79414 (patch)
tree3564d4897dbc688a4d736faf04a613b488214612 /libpwdgrp
parent943f901342dc85741b1a7e84758c0f50a964c68d (diff)
downloadbusybox-w32-d791e72dc28009f36da26703fc007e40cfa79414.tar.gz
busybox-w32-d791e72dc28009f36da26703fc007e40cfa79414.tar.bz2
busybox-w32-d791e72dc28009f36da26703fc007e40cfa79414.zip
Kbuild/Config.in: add CONFIG_MINGW and imported files to build system
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpwdgrp/Kbuild b/libpwdgrp/Kbuild
index f9f1ddbf3..1fbdfcab5 100644
--- a/libpwdgrp/Kbuild
+++ b/libpwdgrp/Kbuild
@@ -4,6 +4,8 @@
4# 4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7ifndef CONFIG_MINGW32
7lib-y := uidgid_get.o 8lib-y := uidgid_get.o
9endif
8 10
9lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o 11lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o