diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-12 11:24:44 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-12 11:24:44 +0000 |
commit | 585d0ed98b032cdd062b9d43a6d0ef478fc914e8 (patch) | |
tree | f64edb27330258782743ede1525c1af2ec768d78 /Makefile.target | |
parent | a483b654b5663ee506b6ecb1fa4561d5f4a31e4b (diff) | |
download | qemu-585d0ed98b032cdd062b9d43a6d0ef478fc914e8.tar.gz qemu-585d0ed98b032cdd062b9d43a6d0ef478fc914e8.tar.bz2 qemu-585d0ed98b032cdd062b9d43a6d0ef478fc914e8.zip |
.dmg disk image format support (Johannes Schindelin)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1171 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 5690adcdca..a2cfad1f51 100644 --- a/Makefile.target +++ b/Makefile.target @@ -265,7 +265,7 @@ endif # must use static linking to avoid leaving stuff in virtual address space VL_OBJS=vl.o osdep.o block.o readline.o monitor.o pci.o console.o -VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o +VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o block-dmg.o SOUND_HW = sb16.o AUDIODRV = audio.o noaudio.o wavaudio.o |