doc: Change "-" to "\-" in appropriate places.
[openvswitch] / datapath / Modules.mk
index ab9ae29924f029b39c93546519b518e9981cf46f..7ae1383c245ef8dbd69f27c16ed9e5a96a043669 100644 (file)
@@ -18,9 +18,11 @@ openvswitch_sources = \
        flow.c \
        table.c \
        vport.c \
+       vport-generic.c \
        vport-gre.c \
        vport-internal_dev.c \
-       vport-netdev.c
+       vport-netdev.c \
+       vport-patch.c
 
 openvswitch_headers = \
        actions.h \
@@ -31,6 +33,7 @@ openvswitch_headers = \
        odp-compat.h \
        table.h \
        vport.h \
+       vport-generic.h \
        vport-internal_dev.h \
        vport-netdev.h