X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=88356e1da389a6849732af0576ba34e65db11281;hb=5759b7f644b659d0dbde6f5a7e21a88514cbe32d;hp=7ed99be7db5591544139022b2cd461c80ec8964b;hpb=9e04092774141204bec0341885f5e726410ceb8e;p=palacios.releases.git diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index 7ed99be..88356e1 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -37,4 +37,4 @@ obj-$(CONFIG_CURSES_CONSOLE) += curses_cons.o obj-$(CONFIG_PASSTHROUGH_PCI) += pci_passthrough.o obj-$(CONFIG_SYMMOD) += lnx_virtio_symmod.o - +obj-$(CONFIG_CHAR_STREAM) += char_stream.o