Skip to content

Commit

Permalink
mpls: Allow mpls_gso to be built as module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pravin B Shelar authored and davem330 committed Oct 31, 2014
1 parent f7065f4 commit de05c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mpls/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Makefile for MPLS.
#
obj-y += mpls_gso.o
obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o

0 comments on commit de05c40

Please sign in to comment.