aboutsummaryrefslogtreecommitdiff
path: root/fsdev/Makefile.objs
blob: 206289c49f1860474b1bbd3da6ac33ffe2fe001e (plain)
1
2
3
4
5
6
7
8
9
10
ifeq ($(CONFIG_REALLY_VIRTFS),y)
common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
else
common-obj-y = qemu-fsdev-dummy.o
endif
common-obj-y += qemu-fsdev-opts.o

# Toplevel always builds this; targets without virtio will put it in
# common-obj-y
common-obj-$(CONFIG_ALL) += qemu-fsdev-dummy.o