Spell verb form of "set up" correctly throughout the tree.
[openvswitch] / datapath / Modules.mk
index 1b5de4aba837a67461087bac5c9d6565d0dab556..211f96fc2e549b82cac5a1f5a834e5429ba7ca16 100644 (file)
@@ -14,6 +14,8 @@ openvswitch_sources = \
        datapath.c \
        dp_dev.c \
        dp_notify.c \
+       dp_sysfs_dp.c \
+       dp_sysfs_if.c \
        flow.c \
        table.c
 
@@ -22,6 +24,7 @@ openvswitch_headers = \
        compat.h \
        datapath.h \
        dp_dev.h \
+       dp_sysfs.h \
        flow.h
 
 dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))