- remove unused lists *-m

This commit is contained in:
Bernhard Reutner-Fischer
2006-03-02 18:23:13 +00:00
parent c8e278f54b
commit e3ec99de82
6 changed files with 2 additions and 14 deletions

View File

@@ -40,13 +40,9 @@ NETWORKING-$(CONFIG_WGET) += wget.o
NETWORKING-$(CONFIG_ZCIP) += zcip.o
NETWORKING-y:=$(sort $(NETWORKING-y))
NETWORKING-m:=$(sort $(NETWORKING-m))
needcrypt-y:=
needcrypt-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) := y
ifeq ($(needcrypt-m),y)
needcrypt-y:=y
endif
ifeq ($(needcrypt-y),y)
LIBRARIES := -lcrypt $(filter-out -lcrypt,$(LIBRARIES))
endif