qemu-patch-raspberry4/hw/9pfs/Makefile.objs
Paolo Bonzini c353f26194 build: move per-target hw/ objects to nested Makefile.objs
This completes the move to nested Makefiles for virtio and a few
other files that were not part of obj-TARGET-y, but still were
compiled separately for each target.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-06-07 09:21:17 +02:00

10 lines
336 B
Makefile

hw-obj-y = virtio-9p.o
hw-obj-y += virtio-9p-local.o virtio-9p-xattr.o
hw-obj-y += virtio-9p-xattr-user.o virtio-9p-posix-acl.o
hw-obj-y += virtio-9p-coth.o cofs.o codir.o cofile.o
hw-obj-y += coxattr.o virtio-9p-synth.o
hw-obj-$(CONFIG_OPEN_BY_HANDLE) += virtio-9p-handle.o
hw-obj-y += virtio-9p-proxy.o
obj-y += virtio-9p-device.o