Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lib/Makefile: remove CONFIG_AVERAGE build rule

The Kconfig option AVERAGE and its implementation has been removed by
commit f4e774f55fe0 ("average: remove out-of-line implementation").
Remove the dead build rule in lib/Makefile.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Valentin Rothberg and committed by
David S. Miller
dc8242f7 b635f090

-2
-2
lib/Makefile
··· 138 138 139 139 obj-$(CONFIG_ATOMIC64_SELFTEST) += atomic64_test.o 140 140 141 - obj-$(CONFIG_AVERAGE) += average.o 142 - 143 141 obj-$(CONFIG_CPU_RMAP) += cpu_rmap.o 144 142 145 143 obj-$(CONFIG_CORDIC) += cordic.o