be1029ec30
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>
8 lines
307 B
Makefile
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
|