X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Finterfaces%2FMakefile;h=df4e3dd718cb29df8ba65199c3c8c6dcc6114dd6;hb=3eca92952c19aa937b39d7f147b4950bb5de24ce;hp=4f3a17b44bf1c2a7609e11b9e4ef880a33611579;hpb=f18a2685ac97e9fe4380a6f3c45b89e079084f5b;p=palacios-OLD.git diff --git a/palacios/src/interfaces/Makefile b/palacios/src/interfaces/Makefile index 4f3a17b..df4e3dd 100644 --- a/palacios/src/interfaces/Makefile +++ b/palacios/src/interfaces/Makefile @@ -5,5 +5,6 @@ obj-$(CONFIG_CONSOLE) += vmm_console.o obj-$(CONFIG_STREAM) += vmm_stream.o obj-$(CONFIG_GRAPHICS_CONSOLE) += vmm_graphics_console.o obj-$(CONFIG_KEYED_STREAMS) += vmm_keyed_stream.o +obj-$(CONFIG_HOST_DEVICE) += vmm_host_dev.o