mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Remove remenants of qemu_malloc
This covers the various check commands Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
145e21dbd0
commit
92f562ec56
2 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ libcacard_includedir=$(includedir)/cacard
|
|||
$(call set-vpath, $(SRC_PATH):$(libcacard_srcpath))
|
||||
|
||||
# objects linked against normal qemu binaries, not compiled with libtool
|
||||
QEMU_OBJS=$(addprefix ../,$(oslib-obj-y) qemu-malloc.o qemu-timer-common.o $(trace-obj-y))
|
||||
QEMU_OBJS=$(addprefix ../,$(oslib-obj-y) qemu-timer-common.o $(trace-obj-y))
|
||||
|
||||
# objects linked into a shared library, built with libtool with -fPIC if required
|
||||
QEMU_OBJS_LIB=$(addsuffix .lo,$(basename $(QEMU_OBJS)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue