diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2015-08-26 15:36:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-26 10:53:58 -0700 |
commit | dc8242f704fee4fddcbebfcc5a4d08526951444a (patch) | |
tree | d1b2b382badf3cd2ff135a39d2f490b04da8b5c6 /lib | |
parent | b635f0901a4404ebc1881eb3fce0fc2f925f6728 (diff) | |
download | linux-dc8242f704fee4fddcbebfcc5a4d08526951444a.tar.gz linux-dc8242f704fee4fddcbebfcc5a4d08526951444a.tar.bz2 linux-dc8242f704fee4fddcbebfcc5a4d08526951444a.zip |
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')
-rw-r--r-- | lib/Makefile | 2 |
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 |