brintos

brintos / linux-shallow public Read only

0
0
Text · 144 B · 91b8fec Raw
8 lines · plain
1#2# Makefile for the vxlan driver3#4 5obj-$(CONFIG_VXLAN) += vxlan.o6 7vxlan-objs := vxlan_core.o vxlan_multicast.o vxlan_vnifilter.o vxlan_mdb.o8