X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux-2.6%2FModules.mk;h=820d09b65b53e7cd8e55a19e904e86002d5ee0ce;hb=2de320799d5b7981b17d1e46e5a07b86158e5ada;hp=8d2f969661503156a0633603b6a01bde59de637c;hpb=c3e3d2a1e72f2fec8580e7974f809846788bc8ff;p=openvswitch diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index 8d2f9696..820d09b6 100644 --- a/datapath/linux-2.6/Modules.mk +++ b/datapath/linux-2.6/Modules.mk @@ -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,7 +53,9 @@ veth_headers = dist_modules += ip_gre build_modules += $(if $(BUILD_GRE),ip_gre) ip_gre_sources = \ + 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 \ linux-2.6/compat-2.6/net_namespace-ip_gre.c ip_gre_headers = \ linux-2.6/compat-2.6/compat26.h \ @@ -66,6 +70,7 @@ ip_gre_headers = \ linux-2.6/compat-2.6/include/linux/tcp.h \ linux-2.6/compat-2.6/include/linux/types.h \ linux-2.6/compat-2.6/include/net/dst.h \ + linux-2.6/compat-2.6/include/net/ip.h \ linux-2.6/compat-2.6/include/net/ipip.h \ linux-2.6/compat-2.6/include/net/netns/generic.h \ linux-2.6/compat-2.6/include/net/net_namespace.h \