xref: /linux/drivers/net/vxlan/Makefile (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
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 vxlan_mdb.o
8