* [PATCH net 2/2] mpls: Allow mpls_gso to be built as module
@ 2014-10-30 7:50 Pravin B Shelar
2014-10-31 6:49 ` Simon Horman
2014-10-31 19:48 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Pravin B Shelar @ 2014-10-30 7:50 UTC (permalink / raw)
To: davem; +Cc: netdev, Pravin B Shelar, Simon Horman
Kconfig already allows mpls to be built as module. Following patch
fixes Makefile to do same.
CC: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
---
net/mpls/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/mpls/Makefile b/net/mpls/Makefile
index 0a3c171..6dec088 100644
--- a/net/mpls/Makefile
+++ b/net/mpls/Makefile
@@ -1,4 +1,4 @@
#
# Makefile for MPLS.
#
-obj-y += mpls_gso.o
+obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net 2/2] mpls: Allow mpls_gso to be built as module
2014-10-30 7:50 [PATCH net 2/2] mpls: Allow mpls_gso to be built as module Pravin B Shelar
@ 2014-10-31 6:49 ` Simon Horman
2014-10-31 19:48 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-10-31 6:49 UTC (permalink / raw)
To: Pravin B Shelar; +Cc: davem, netdev
On Thu, Oct 30, 2014 at 12:50:04AM -0700, Pravin B Shelar wrote:
> Kconfig already allows mpls to be built as module. Following patch
> fixes Makefile to do same.
Thanks, and sorry for messing that up.
Acked-by: Simon Horman <simon.horman@netronome.com>
> CC: Simon Horman <simon.horman@netronome.com>
> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
> ---
> net/mpls/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/mpls/Makefile b/net/mpls/Makefile
> index 0a3c171..6dec088 100644
> --- a/net/mpls/Makefile
> +++ b/net/mpls/Makefile
> @@ -1,4 +1,4 @@
> #
> # Makefile for MPLS.
> #
> -obj-y += mpls_gso.o
> +obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
> --
> 1.7.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net 2/2] mpls: Allow mpls_gso to be built as module
2014-10-30 7:50 [PATCH net 2/2] mpls: Allow mpls_gso to be built as module Pravin B Shelar
2014-10-31 6:49 ` Simon Horman
@ 2014-10-31 19:48 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-10-31 19:48 UTC (permalink / raw)
To: pshelar; +Cc: netdev, simon.horman
From: Pravin B Shelar <pshelar@nicira.com>
Date: Thu, 30 Oct 2014 00:50:04 -0700
> Kconfig already allows mpls to be built as module. Following patch
> fixes Makefile to do same.
>
> CC: Simon Horman <simon.horman@netronome.com>
> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-31 19:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 7:50 [PATCH net 2/2] mpls: Allow mpls_gso to be built as module Pravin B Shelar
2014-10-31 6:49 ` Simon Horman
2014-10-31 19:48 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox