Files
2025-08-12 22:16:57 +02:00

8 lines
144 B
Makefile
Executable File

#
# Makefile for the vxlan driver
#
obj-$(CONFIG_VXLAN) += vxlan.o
vxlan-objs := vxlan_core.o vxlan_multicast.o vxlan_vnifilter.o vxlan_mdb.o