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:
parent
f7065f4bd3
commit
de05c400f7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# Makefile for MPLS.
|
||||
#
|
||||
obj-y += mpls_gso.o
|
||||
obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
|
||||
|
|
Loading…
Reference in a new issue