datapath: Add 'patch' vport.
[sliver-openvswitch.git] / datapath / Modules.mk
index 3777743..7ae1383 100644 (file)
@@ -21,7 +21,8 @@ openvswitch_sources = \
        vport-generic.c \
        vport-gre.c \
        vport-internal_dev.c \
-       vport-netdev.c
+       vport-netdev.c \
+       vport-patch.c
 
 openvswitch_headers = \
        actions.h \