Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1211072 > unrolled thread

[PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule

Started byValentin Rothberg <valentinrothberg@gmail.com>
First post2015-08-21 12:10 +0200
Last post2015-08-26 02:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule Valentin Rothberg <valentinrothberg@gmail.com> - 2015-08-21 12:10 +0200
    Re: [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule Johannes Berg <johannes@sipsolutions.net> - 2015-08-21 12:20 +0200
      Re: [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule David Miller <davem@davemloft.net> - 2015-08-26 02:30 +0200

#1211072 — [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule

FromValentin Rothberg <valentinrothberg@gmail.com>
Date2015-08-21 12:10 +0200
Subject[PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule
Message-ID<pZRqO-s8-9@gated-at.bofh.it>
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>
---
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/

[toc] | [next] | [standalone]


#1211093

FromJohannes Berg <johannes@sipsolutions.net>
Date2015-08-21 12:20 +0200
Message-ID<pZRAw-DT-65@gated-at.bofh.it>
In reply to#1211072
On Fri, 2015-08-21 at 10:05 +0000, Valentin Rothberg wrote:
> 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.

D'oh, sorry about that.

Reviewed-by: Johannes Berg <johannes@sipsolutions.net>

[reproducing patch in full for netdev]

> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
> ---
> 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/

[toc] | [prev] | [next] | [standalone]


#1213457

FromDavid Miller <davem@davemloft.net>
Date2015-08-26 02:30 +0200
Message-ID<q1wLf-69E-5@gated-at.bofh.it>
In reply to#1211093
From: Johannes Berg <johannes@sipsolutions.net>
Date: Fri, 21 Aug 2015 12:13:23 +0200

> On Fri, 2015-08-21 at 10:05 +0000, Valentin Rothberg wrote:
>> 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.
> 
> D'oh, sorry about that.
> 
> Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
> 
> [reproducing patch in full for netdev]

The full patch needs to be resubmitted to netdev so that it gets
queued up in patchwork, thanks.
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web