diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-04-22 22:03:40 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2009-04-23 04:44:33 +1000 |
commit | d791e72dc28009f36da26703fc007e40cfa79414 (patch) | |
tree | 3564d4897dbc688a4d736faf04a613b488214612 /libpwdgrp | |
parent | 943f901342dc85741b1a7e84758c0f50a964c68d (diff) | |
download | busybox-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/Kbuild | 2 |
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 | ||
7 | ifndef CONFIG_MINGW32 | ||
7 | lib-y := uidgid_get.o | 8 | lib-y := uidgid_get.o |
9 | endif | ||
8 | 10 | ||
9 | lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o | 11 | lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o |