mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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>
This commit is contained in:
parent
3d5a3f9a7f
commit
be1029ec30
7 changed files with 150 additions and 147 deletions
7
hw/9pfs/Makefile.objs
Normal file
7
hw/9pfs/Makefile.objs
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue