From: Chen Wei-Ren Date: Tue, 15 Nov 2011 12:47:11 +0000 (+0800) Subject: Makefile.objs: Remove libqemu_common.a from the comment X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1405^2~17^2~1266^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=050d99402845d3c5915e3abd8aea7cc772b85b8e;p=sdk%2Femulator%2Fqemu.git Makefile.objs: Remove libqemu_common.a from the comment Remove libqemu_common.a from the comment. Reviewed-by: Peter Maydell Signed-off-by: Chen Wei-Ren Signed-off-by: Stefan Hajnoczi --- diff --git a/Makefile.objs b/Makefile.objs index 3a699ee7d8..281b698c3c 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -68,10 +68,9 @@ endif fsdev-obj-$(CONFIG_VIRTFS) += $(addprefix fsdev/, $(fsdev-nested-y)) ###################################################################### -# libqemu_common.a: Target independent part of system emulation. The -# long term path is to suppress *all* target specific code in case of -# system emulation, i.e. a single QEMU executable should support all -# CPUs and machines. +# Target independent part of system emulation. The long term path is to +# suppress *all* target specific code in case of system emulation, i.e. a +# single QEMU executable should support all CPUs and machines. common-obj-y = $(block-obj-y) blockdev.o common-obj-y += $(net-obj-y)