]> Git Repo - qemu.git/blob - fsdev/Makefile.objs
cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int
[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
This page took 0.026768 seconds and 4 git commands to generate.