datapath: Add clean compat layer for dev_get_stats().
[openvswitch] / datapath / Modules.mk
index 7ae1383c245ef8dbd69f27c16ed9e5a96a043669..cbf65a666176c9e57772ccab3b3be8214e692df2 100644 (file)
@@ -16,8 +16,11 @@ openvswitch_sources = \
        dp_sysfs_dp.c \
        dp_sysfs_if.c \
        flow.c \
+       loop_counter.c \
        table.c \
+       tunnel.c \
        vport.c \
+       vport-capwap.c \
        vport-generic.c \
        vport-gre.c \
        vport-internal_dev.c \
@@ -30,8 +33,10 @@ openvswitch_headers = \
        datapath.h \
        dp_sysfs.h \
        flow.h \
+       loop_counter.h \
        odp-compat.h \
        table.h \
+       tunnel.h \
        vport.h \
        vport-generic.h \
        vport-internal_dev.h \