X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Flinux-2.6%2FModules.mk;h=820d09b65b53e7cd8e55a19e904e86002d5ee0ce;hb=2de320799d5b7981b17d1e46e5a07b86158e5ada;hp=c15b735f599fd3b4c460fc886a535902427057db;hpb=2ad2eb042517b975d761d456cceb5c9325c4aaa7;p=openvswitch diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index c15b735f..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 \