Skip to content

Commit

Permalink
lib/Makefile: remove CONFIG_AVERAGE build rule
Browse files Browse the repository at this point in the history
The Kconfig option AVERAGE and its implementation has been removed by
commit f4e774f ("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>
  • Loading branch information
Valentin Rothberg authored and David S. Miller committed Aug 26, 2015
1 parent b635f09 commit dc8242f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc8242f

Please sign in to comment.