0
0
mirror of https://github.com/qemu/qemu.git synced 2024-12-19 18:23:38 +08:00
qemu/fsdev/Makefile.objs

10 lines
244 B
Makefile
Raw Normal View History

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