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