AUTHORS: Add Valient Gough.
[openvswitch] / datapath / Modules.mk
index b4d40fd100f21471f3f5478c5efc73908f89dde5..dbeec8fb1261b365a62abbcb8968150cc338f0e1 100644 (file)
@@ -20,6 +20,7 @@ openvswitch_sources = \
        loop_counter.c \
        table.c \
        tunnel.c \
+       vlan.c \
        vport.c \
        vport-capwap.c \
        vport-generic.c \
@@ -31,14 +32,13 @@ openvswitch_sources = \
 openvswitch_headers = \
        actions.h \
        checksum.h \
-       compat.h \
        datapath.h \
        dp_sysfs.h \
        flow.h \
        loop_counter.h \
-       odp-compat.h \
        table.h \
        tunnel.h \
+       vlan.h \
        vport.h \
        vport-generic.h \
        vport-internal_dev.h \