mpls: Allow mpls_gso to be built as module

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>
Acked-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Pravin B Shelar 2014-10-30 00:50:04 -07:00 committed by David S. Miller
parent f7065f4bd3
commit de05c400f7

View file

@ -1,4 +1,4 @@
#
# Makefile for MPLS.
#
obj-y += mpls_gso.o
obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o