- 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

@@ -29,9 +29,6 @@ MISCUTILS-$(CONFIG_WATCHDOG) += watchdog.o
needlibm-y:=
needlibm-$(CONFIG_DC) := y
ifeq ($(needlibm-m),y)
needlibm-y:=y
endif
ifeq ($(needlibm-y),y)
LIBRARIES := $(filter-out -lm,$(LIBRARIES)) -lm
endif