]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Makefile.objs: Remove libqemu_common.a from the comment
authorChen Wei-Ren <chenwj@iis.sinica.edu.tw>
Tue, 15 Nov 2011 12:47:11 +0000 (20:47 +0800)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 9 Dec 2011 11:25:19 +0000 (11:25 +0000)
  Remove libqemu_common.a from the comment.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile.objs

index 3a699ee7d8a33152e1e38024d5331486d0d917b7..281b698c3c43ee999ddf8954708118548dee0c47 100644 (file)
@@ -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)