datapath: Get rid of compat.h, compat26.h in favor of modern approach.
[openvswitch] / datapath / Modules.mk
index cbf65a666176c9e57772ccab3b3be8214e692df2..01c1a7136707f55ab5dd16cf19036f2b4249d9cf 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,7 +30,7 @@ openvswitch_sources = \
 
 openvswitch_headers = \
        actions.h \
-       compat.h \
+       checksum.h \
        datapath.h \
        dp_sysfs.h \
        flow.h \