X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FMakefile;h=035bdf54742e1da62a8d16a808cc0c97a61f9965;hb=a5d2c00cc461b4a60a1360a2a0bba55cef467bab;hp=e6a822a77b7a38a4ffe92748314d79eb0468523a;hpb=92494646e1553eed626597050e1395371a3f9b34;p=palacios.git 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