X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=e856045f0a87b9b84a4e8327afd045056c5ad06a;hb=4a55bf2a12c7a1fe3daa7ecb1598b67acb246774;hp=434caeec820ec90bc7216ca80cbc6cef0e155cd3;hpb=01d142cec24e5054d8d86e5dba1eff7f5b008c72;p=palacios.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 434caee..e856045 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -37,4 +37,5 @@ obj-$(CONFIG_CURSES_CONSOLE) += curses_cons.o obj-$(CONFIG_PASSTHROUGH_PCI) += pci_passthrough.o obj-$(CONFIG_SYMMOD) += lnx_virtio_symmod.o -obj-$(CONFIG_STREAM) += stream.o +obj-$(CONFIG_CHAR_STREAM) += char_stream.o +obj-$(CONFIG_LINUX_VNET_BRIDGE) += lnx_vnet_brg.o