c353f26194
This completes the move to nested Makefiles for virtio and a few other files that were not part of obj-TARGET-y, but still were compiled separately for each target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
10 lines
336 B
Makefile
10 lines
336 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
|
|
|
|
obj-y += virtio-9p-device.o
|