|
@@ -68,10 +68,9 @@ endif
|
|
fsdev-obj-$(CONFIG_VIRTFS) += $(addprefix fsdev/, $(fsdev-nested-y))
|
|
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 = $(block-obj-y) blockdev.o
|
|
common-obj-y += $(net-obj-y)
|
|
common-obj-y += $(net-obj-y)
|