aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorChen Wei-Ren <chenwj@iis.sinica.edu.tw>2011-11-15 20:47:11 +0800
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-12-09 11:25:19 +0000
commit050d99402845d3c5915e3abd8aea7cc772b85b8e (patch)
treed00ac3135a2a74e17beb091143823bd8826008bf /Makefile.objs
parent1c8a80f3b975884bd6ee6f239b6e728fbcc821c2 (diff)
Makefile.objs: Remove libqemu_common.a from the comment
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>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs7
1 files changed, 3 insertions, 4 deletions
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)