mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
9 lines
244 B
Text
9 lines
244 B
Text
ifeq ($(CONFIG_REALLY_VIRTFS),y)
|
|
common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
|
|
|
|
# Toplevel always builds this; targets without virtio will put it in
|
|
# common-obj-y
|
|
extra-obj-y = qemu-fsdev-dummy.o
|
|
else
|
|
common-obj-y = qemu-fsdev-dummy.o
|
|
endif
|