X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux-2.6%2FModules.mk;h=7f4cae6eadaf866b2ef503ab62ccf6766f159f9a;hb=1f0af7586e9ffbdbafe00344aca56cd2663b1f62;hp=b41a8d27a4ed4b2118232c10f6a21413d501787a;hpb=3b2dd1619cec9128e863cce03435cec13f513240;p=openvswitch diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index b41a8d27..7f4cae6e 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 \ @@ -16,6 +17,7 @@ openvswitch_headers += \ linux-2.6/compat-2.6/include/linux/if.h \ linux-2.6/compat-2.6/include/linux/if_arp.h \ linux-2.6/compat-2.6/include/linux/if_ether.h \ + linux-2.6/compat-2.6/include/linux/if_vlan.h \ linux-2.6/compat-2.6/include/linux/in.h \ linux-2.6/compat-2.6/include/linux/inetdevice.h \ linux-2.6/compat-2.6/include/linux/ip.h \ @@ -55,8 +57,3 @@ brcompat_sources = \ brc_procfs.c brcompat_headers = \ brc_procfs.h - -dist_modules += veth -build_modules += $(if $(BUILD_VETH),veth) -veth_sources = linux-2.6/compat-2.6/veth.c -veth_headers =