we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2007 00:02:37 +0000 (00:02 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2007 00:02:37 +0000 (00:02 -0000)
fix this

libpwdgrp/Kbuild

index 9e60ef1e50b3e0ec12a388b64833af5d60ce0cbd..f9f1ddbf3fa4c911128578a3f21d22d9721b7a93 100644 (file)
@@ -4,4 +4,6 @@
 #
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
-lib-y:=pwd_grp.o uidgid_get.o
+lib-y := uidgid_get.o
+
+lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o