diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-20 22:23:03 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-20 23:01:08 -0500 |
commit | e1dfcbe3d4bc2805890043f0926eeaceda07ad0c (patch) | |
tree | 098e7acd687b1f36f93c7851a32c386b4054456a /Makefile.objs | |
parent | 52e431959c8a063b4d79db47e9bdcc5a8f1d21f1 (diff) | |
download | qemu-e1dfcbe3d4bc2805890043f0926eeaceda07ad0c.tar.gz qemu-e1dfcbe3d4bc2805890043f0926eeaceda07ad0c.tar.bz2 qemu-e1dfcbe3d4bc2805890043f0926eeaceda07ad0c.zip |
Remove qemu_malloc/qemu_free
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 77950d5835..91b71b697d 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -23,7 +23,7 @@ coroutine-obj-$(CONFIG_WIN32) += coroutine-win32.o ####################################################################### # block-obj-y is code used by both qemu system emulation and qemu-img -block-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o async.o +block-obj-y = cutils.o cache-utils.o qemu-option.o module.o async.o block-obj-y += nbd.o block.o aio.o aes.o qemu-config.o qemu-progress.o qemu-sockets.o block-obj-y += $(coroutine-obj-y) block-obj-$(CONFIG_POSIX) += posix-aio-compat.o |