Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.13.7
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
v6.9.4
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