datapath: Check for skb_cow_head(), not skb_cow().
[sliver-openvswitch.git] / datapath / Modules.mk
index ba9e01c..7ae1383 100644 (file)
@@ -18,8 +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 \
@@ -27,8 +30,10 @@ openvswitch_headers = \
        datapath.h \
        dp_sysfs.h \
        flow.h \
+       odp-compat.h \
        table.h \
        vport.h \
+       vport-generic.h \
        vport-internal_dev.h \
        vport-netdev.h