From 2a1b9d8e1b6066090647726d3009c78407ff7f7d Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 21 Jan 2017 21:50:12 +0800 Subject: [PATCH] cleanup qemu/Makefile.objs --- qemu/Makefile.objs | 3 --- 1 file changed, 3 deletions(-) diff --git a/qemu/Makefile.objs b/qemu/Makefile.objs index d3091e39..e8d4dfa5 100644 --- a/qemu/Makefile.objs +++ b/qemu/Makefile.objs @@ -7,8 +7,6 @@ util-obj-y = util/ qobject/ qapi/ qapi-types.o qapi-visit.o block-obj-y = block-obj-y += ../uc.o ../list.o glib_compat.o -#block-obj-$(CONFIG_POSIX) += aio-posix.o -#block-obj-$(CONFIG_WIN32) += aio-win32.o ####################################################################### # Target independent part of system emulation. The long term path is to @@ -18,7 +16,6 @@ block-obj-y += ../uc.o ../list.o glib_compat.o ifeq ($(CONFIG_SOFTMMU),y) common-obj-y += hw/ common-obj-y += accel.o - common-obj-y += vl.o qemu-timer.o endif