X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=035bdf54742e1da62a8d16a808cc0c97a61f9965;hp=e6a822a77b7a38a4ffe92748314d79eb0468523a;hb=a2c42ecf5c65f014a1a22b6a3fc3548482c4ec22;hpb=f2474c56a820b000ed444cb31c487d67aaf212c5 diff --git a/palacios/src/devices/Makefile b/palacios/src/devices/Makefile index e6a822a..035bdf5 100644 --- a/palacios/src/devices/Makefile +++ b/palacios/src/devices/Makefile @@ -37,6 +37,7 @@ obj-$(V3_CONFIG_TMPDISK) += tmpdisk.o obj-$(V3_CONFIG_RAMDISK) += ramdisk.o obj-$(V3_CONFIG_NETDISK) += netdisk.o obj-$(V3_CONFIG_FILEDISK) += filedisk.o +obj-$(V3_CONFIG_QCOWDISK) += qcowdisk.o obj-$(V3_CONFIG_CGA) += cga.o obj-$(V3_CONFIG_TELNET_CONSOLE) += telnet_cons.o