xref: /linux/drivers/net/vxlan/Makefile (revision 0c078e310b6d16b9b9489bbc7bc1476430d19a7c)
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