]> git.ipfire.org Git - thirdparty/qemu.git/blob - fsdev/Makefile.objs
Merge remote-tracking branch 'sstabellini/for_1.1.1' into staging
[thirdparty/qemu.git] / fsdev / Makefile.objs
1 ifeq ($(CONFIG_REALLY_VIRTFS),y)
2 common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
3
4 # Toplevel always builds this; targets without virtio will put it in
5 # common-obj-y
6 extra-obj-y = qemu-fsdev-dummy.o
7 else
8 common-obj-y = qemu-fsdev-dummy.o
9 endif