Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752533AbbHUKF1 (ORCPT ); Fri, 21 Aug 2015 06:05:27 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:38909 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbbHUKFZ (ORCPT ); Fri, 21 Aug 2015 06:05:25 -0400 From: Valentin Rothberg To: johannes.berg@intel.com, davem@davemloft.net, linux-kernel@vger.kernel.org Cc: Valentin Rothberg Subject: [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule Date: Fri, 21 Aug 2015 12:05:14 +0200 Message-Id: <1440151514-5796-1-git-send-email-valentinrothberg@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 32 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 --- I detected the issue with scripts/checkkconfigsymbols.py lib/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 51e1d761f0b9..f32d342b75de 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -143,8 +143,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 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/