Netdev List
 help / color / mirror / Atom feed
* [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

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