mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
de05c400f7
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>
4 lines
66 B
Makefile
4 lines
66 B
Makefile
#
|
|
# Makefile for MPLS.
|
|
#
|
|
obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
|