Commit de05c400 authored by Pravin B Shelar's avatar Pravin B Shelar Committed by David S. Miller

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: default avatarPravin B Shelar <pshelar@nicira.com>
Acked-by: default avatarSimon Horman <simon.horman@netronome.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f7065f4b
#
# Makefile for MPLS.
#
obj-y += mpls_gso.o
obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment