summary refs log tree commit diff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorValentin Rothberg <valentinrothberg@gmail.com>2015-08-26 15:36:12 +0200
committerDavid S. Miller <davem@davemloft.net>2015-08-26 10:53:58 -0700
commitdc8242f704fee4fddcbebfcc5a4d08526951444a (patch)
treed1b2b382badf3cd2ff135a39d2f490b04da8b5c6 /lib/Makefile
parentb635f0901a4404ebc1881eb3fce0fc2f925f6728 (diff)
downloadlinux-dc8242f704fee4fddcbebfcc5a4d08526951444a.tar.gz
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>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6897b527581a..0d4b30fb60e6 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -138,8 +138,6 @@ obj-$(CONFIG_GENERIC_ATOMIC64) += atomic64.o
 
 obj-$(CONFIG_ATOMIC64_SELFTEST) += atomic64_test.o
 
-obj-$(CONFIG_AVERAGE) += average.o
-
 obj-$(CONFIG_CPU_RMAP) += cpu_rmap.o
 
 obj-$(CONFIG_CORDIC) += cordic.o