X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=inline;f=datapath%2Flinux-2.6%2FModules.mk;h=7f4cae6eadaf866b2ef503ab62ccf6766f159f9a;hb=a644bae6eec521119252221d4aa989168eccc22b;hp=b6cb3e9296bdae157c2c11a3af74875dfb8a0d84;hpb=3aa77165af7d5acb18e79016ad8d741e35e1d45f;p=sliver-openvswitch.git diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index b6cb3e929..7f4cae6ea 100644 --- a/datapath/linux-2.6/Modules.mk +++ b/datapath/linux-2.6/Modules.mk @@ -5,7 +5,8 @@ openvswitch_sources += \ linux-2.6/compat-2.6/ip_output-openvswitch.c \ linux-2.6/compat-2.6/kmemdup.c \ linux-2.6/compat-2.6/random32.c \ - linux-2.6/compat-2.6/skbuff-openvswitch.c + linux-2.6/compat-2.6/skbuff-openvswitch.c \ + linux-2.6/compat-2.6/time.c openvswitch_headers += \ linux-2.6/compat-2.6/compat26.h \ linux-2.6/compat-2.6/include/asm-generic/bug.h \ @@ -38,7 +39,6 @@ openvswitch_headers += \ linux-2.6/compat-2.6/include/linux/slab.h \ linux-2.6/compat-2.6/include/linux/stddef.h \ linux-2.6/compat-2.6/include/linux/tcp.h \ - linux-2.6/compat-2.6/include/linux/time.h \ linux-2.6/compat-2.6/include/linux/timer.h \ linux-2.6/compat-2.6/include/linux/types.h \ linux-2.6/compat-2.6/include/linux/udp.h \