Commit 050d9940 authored by Chen Wei-Ren's avatar Chen Wei-Ren Committed by Stefan Hajnoczi
Browse files

Makefile.objs: Remove libqemu_common.a from the comment



  Remove libqemu_common.a from the comment.

Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarChen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent 1c8a80f3
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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)