diff options
author | Chen Wei-Ren <chenwj@iis.sinica.edu.tw> | 2011-11-15 20:47:11 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-12-09 11:25:19 +0000 |
commit | 050d99402845d3c5915e3abd8aea7cc772b85b8e (patch) | |
tree | d00ac3135a2a74e17beb091143823bd8826008bf /Makefile.objs | |
parent | 1c8a80f3b975884bd6ee6f239b6e728fbcc821c2 (diff) | |
download | qemu-050d99402845d3c5915e3abd8aea7cc772b85b8e.zip qemu-050d99402845d3c5915e3abd8aea7cc772b85b8e.tar.gz qemu-050d99402845d3c5915e3abd8aea7cc772b85b8e.tar.bz2 |
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.objs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.objs b/Makefile.objs index 3a699ee..281b698 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) |