datapath: Update for changes in 2.6.39-rc1
[openvswitch] / datapath / Modules.mk
index c4afae2014c243aacd14aa299d483a28c282d4e9..587569f2bd4632a07fe9e487f7f093a1b8c5c139 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,12 +32,14 @@ openvswitch_sources = \
 openvswitch_headers = \
        actions.h \
        checksum.h \
+       compat.h \
        datapath.h \
        dp_sysfs.h \
        flow.h \
        loop_counter.h \
        table.h \
        tunnel.h \
+       vlan.h \
        vport.h \
        vport-generic.h \
        vport-internal_dev.h \