diff options
| author | Paolo Bonzini | 2012-05-29 11:10:55 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2012-06-07 09:21:17 +0200 |
| commit | be1029ec30d2eee9e0eb56190d1ed2ed9a400bdf (patch) | |
| tree | 27aca4c0330ae190959617e77f83c1e146e4a8f0 /hw/9pfs/Makefile.objs | |
| parent | build: move target-independent hw/ objects to nested Makefile.objs (diff) | |
| download | qemu-be1029ec30d2eee9e0eb56190d1ed2ed9a400bdf.tar.gz qemu-be1029ec30d2eee9e0eb56190d1ed2ed9a400bdf.tar.xz qemu-be1029ec30d2eee9e0eb56190d1ed2ed9a400bdf.zip | |
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>
Diffstat (limited to 'hw/9pfs/Makefile.objs')
| -rw-r--r-- | hw/9pfs/Makefile.objs | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
