diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-16 11:59:40 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-16 11:59:40 +0000 |
commit | 69d357286d0ab5a852e827dad1dc4b05917aaaa8 (patch) | |
tree | dbf5fae9642821155fdb93539c266e7c5dc12406 /Makefile.target | |
parent | 100ce98812c2624a7e7922055d80ebbd81e8caa9 (diff) | |
download | qemu-69d357286d0ab5a852e827dad1dc4b05917aaaa8.zip |
More generic 64 bit multiplication support, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2821 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index aa99f39cd1..1e573f44b5 100644 --- a/Makefile.target +++ b/Makefile.target @@ -365,6 +365,7 @@ endif # must use static linking to avoid leaving stuff in virtual address space VL_OBJS=vl.o osdep.o readline.o monitor.o pci.o console.o loader.o isa_mmio.o VL_OBJS+=cutils.o +VL_OBJS+=host-utils.o VL_OBJS+=block.o block-raw.o VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o block-dmg.o block-bochs.o block-vpc.o block-vvfat.o block-qcow2.o VL_OBJS+=irq.o |