diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-09-29 21:29:14 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-09-29 21:29:14 +0000 |
commit | 3c56521b70ee2ee23c0df06e193147736d01b121 (patch) | |
tree | b481d79d8c43188436ec5b1cdd3bcdbb726bedec /Makefile.target | |
parent | 096b7ea42b5881de142781e86f06a6879cebd373 (diff) |
cloop driver (Johannes Schindelin)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1076 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 5ac50dc092..28585c7e94 100644 --- a/Makefile.target +++ b/Makefile.target @@ -241,7 +241,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 +VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o ifeq ($(TARGET_ARCH), i386) # Hardware support |