xref: /linux/drivers/net/vxlan/Makefile (revision 5cfe477f6a3f9a4d9b2906d442964f2115b0403f)
1#
2# Makefile for the vxlan driver
3#
4
5obj-$(CONFIG_VXLAN) += vxlan.o
6
7vxlan-objs := vxlan_core.o vxlan_multicast.o vxlan_vnifilter.o
8