Makefile 132 B

1234567
  1. #
  2. # Makefile for the vxlan driver
  3. #
  4. obj-$(CONFIG_VXLAN) += vxlan.o
  5. vxlan-objs := vxlan_core.o vxlan_multicast.o vxlan_vnifilter.o