Merge "citrix" branch into "master".
[openvswitch] / datapath / linux-2.6 / Modules.mk
index c15b735f599fd3b4c460fc886a535902427057db..70931d862d0be5e83fb0c6507eeb2edf045defbb 100644 (file)
@@ -1,6 +1,8 @@
 openvswitch_sources += \
+       linux-2.6/compat-2.6/dev-openvswitch.c \
        linux-2.6/compat-2.6/genetlink-openvswitch.c \
-       linux-2.6/compat-2.6/random32.c
+       linux-2.6/compat-2.6/random32.c \
+       linux-2.6/compat-2.6/skbuff-openvswitch.c
 openvswitch_headers += \
        linux-2.6/compat-2.6/compat26.h \
        linux-2.6/compat-2.6/include/asm-generic/bug.h \
@@ -51,6 +53,7 @@ veth_headers =
 dist_modules += ip_gre
 build_modules += $(if $(BUILD_GRE),ip_gre)
 ip_gre_sources = \
+       linux-2.6/compat-2.6/addrconf_core-ip_gre.c \
        linux-2.6/compat-2.6/dev-ip_gre.c \
        linux-2.6/compat-2.6/ip_gre.c \
        linux-2.6/compat-2.6/ip_output-ip_gre.c \