From: Lei Xia Date: Wed, 17 Nov 2010 20:47:02 +0000 (-0600) Subject: Remove the Linux host bridge code in Palacios X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=57ba224d7236e1f9d3c7ca683f9057bd5fda70a0;p=palacios.git Remove the Linux host bridge code in Palacios --- diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index e856045..88356e1 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -38,4 +38,3 @@ obj-$(CONFIG_PASSTHROUGH_PCI) += pci_passthrough.o obj-$(CONFIG_SYMMOD) += lnx_virtio_symmod.o obj-$(CONFIG_CHAR_STREAM) += char_stream.o -obj-$(CONFIG_LINUX_VNET_BRIDGE) += lnx_vnet_brg.o