From be1029ec30d2eee9e0eb56190d1ed2ed9a400bdf Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 May 2012 11:10:55 +0200 Subject: 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 --- hw/9pfs/Makefile.objs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hw/9pfs/Makefile.objs (limited to 'hw/9pfs/Makefile.objs') diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs new file mode 100644 index 0000000000..2700772b77 --- /dev/null +++ b/hw/9pfs/Makefile.objs @@ -0,0 +1,7 @@ +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 -- cgit v1.2.1