diff options
| author | Anthony Liguori | 2011-08-21 05:23:03 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2011-08-21 06:01:08 +0200 |
| commit | 41a748265f4879b52b0e87ff9c93bed975163886 (patch) | |
| tree | 098e7acd687b1f36f93c7851a32c386b4054456a /Makefile | |
| parent | Use glib memory allocation and free functions (diff) | |
| download | qemu-41a748265f4879b52b0e87ff9c93bed975163886.tar.gz qemu-41a748265f4879b52b0e87ff9c93bed975163886.tar.xz qemu-41a748265f4879b52b0e87ff9c93bed975163886.zip | |
Remove qemu_malloc/qemu_free
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ include $(SRC_PATH)/Makefile.objs endif $(common-obj-y): $(GENERATED_HEADERS) -subdir-libcacard: $(oslib-obj-y) $(trace-obj-y) qemu-malloc.o qemu-timer-common.o +subdir-libcacard: $(oslib-obj-y) $(trace-obj-y) qemu-timer-common.o $(filter %-softmmu,$(SUBDIR_RULES)): $(trace-obj-y) $(common-obj-y) subdir-libdis |
