qemu/hw/9pfs/Makefile.objs
Paolo Bonzini be1029ec30 build: convert libhw to nested Makefile.objs
After this patch, the libhw* directories will have a hierarchy
that mimics the source tree.  This is useful because we do have
a couple of files there that are in the top source directory.

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

8 lines
307 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