linux-zen-desktop/drivers/net/vxlan/Makefile

8 lines
144 B
Makefile
Raw Normal View History

2023-08-30 16:31:07 +01:00
#
# Makefile for the vxlan driver
#
obj-$(CONFIG_VXLAN) += vxlan.o
2023-10-24 11:59:35 +01:00
vxlan-objs := vxlan_core.o vxlan_multicast.o vxlan_vnifilter.o vxlan_mdb.o