X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Flinux-2.6%2FModules.mk;h=7892583c2af099696d9e05a191bb509dc8880f31;hb=dac3c52f893f7df16f935ef4875c5467abd4ea23;hp=bbc4c72f48aed0c79b7a097dab47ce99a6a2fab7;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=sliver-openvswitch.git diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index bbc4c72f4..7892583c2 100644 --- a/datapath/linux-2.6/Modules.mk +++ b/datapath/linux-2.6/Modules.mk @@ -4,6 +4,7 @@ openvswitch_sources += \ openvswitch_headers += \ linux-2.6/compat-2.6/compat26.h \ linux-2.6/compat-2.6/include/asm-generic/bug.h \ + linux-2.6/compat-2.6/include/linux/cpumask.h \ linux-2.6/compat-2.6/include/linux/dmi.h \ linux-2.6/compat-2.6/include/linux/err.h \ linux-2.6/compat-2.6/include/linux/icmp.h \ @@ -12,8 +13,9 @@ openvswitch_headers += \ linux-2.6/compat-2.6/include/linux/ipv6.h \ linux-2.6/compat-2.6/include/linux/jiffies.h \ linux-2.6/compat-2.6/include/linux/kernel.h \ - linux-2.6/compat-2.6/include/linux/log2.h \ + linux-2.6/compat-2.6/include/linux/kobject.h \ linux-2.6/compat-2.6/include/linux/lockdep.h \ + linux-2.6/compat-2.6/include/linux/log2.h \ linux-2.6/compat-2.6/include/linux/mutex.h \ linux-2.6/compat-2.6/include/linux/netdevice.h \ linux-2.6/compat-2.6/include/linux/netfilter_bridge.h \ @@ -37,12 +39,9 @@ both_modules += brcompat brcompat_sources = \ linux-2.6/compat-2.6/genetlink-brcompat.c \ brcompat.c \ - brc_procfs.c \ - brc_sysfs_dp.c \ - brc_sysfs_if.c + brc_procfs.c brcompat_headers = \ - brc_procfs.h \ - brc_sysfs.h + brc_procfs.h dist_modules += veth build_modules += $(if $(BUILD_VETH),veth)