lib: Correct endianness of packets.h.
[openvswitch] / datapath / Modules.mk
index cbf65a666176c9e57772ccab3b3be8214e692df2..c4afae2014c243aacd14aa299d483a28c282d4e9 100644 (file)
@@ -11,6 +11,7 @@ dist_modules = $(both_modules)        # Modules to distribute
 
 openvswitch_sources = \
        actions.c \
+       checksum.c \
        datapath.c \
        dp_notify.c \
        dp_sysfs_dp.c \
@@ -29,12 +30,11 @@ openvswitch_sources = \
 
 openvswitch_headers = \
        actions.h \
-       compat.h \
+       checksum.h \
        datapath.h \
        dp_sysfs.h \
        flow.h \
        loop_counter.h \
-       odp-compat.h \
        table.h \
        tunnel.h \
        vport.h \