openvswitch: Add vxlan tunneling support.
[sfrench/cifs-2.6.git] / net / openvswitch / Makefile
index 01bddb2991e3578e74ee7894bc6eccb175905002..82e4ee54a44b4ad5039018a2862b039afaa7f4b1 100644 (file)
@@ -13,3 +13,7 @@ openvswitch-y := \
        vport-gre.o \
        vport-internal_dev.o \
        vport-netdev.o
+
+ifneq ($(CONFIG_OPENVSWITCH_VXLAN),)
+openvswitch-y += vport-vxlan.o
+endif