spapr_irq: Expose the phandle of the interrupt controller
[qemu/ar7.git] / hw / 9pfs / Makefile.objs
blob8ac04962bd135f751f2ac98aab1b2070b7953c9e
1 ifeq ($(call lor,$(CONFIG_VIRTIO_9P),$(CONFIG_XEN)),y)
2 common-obj-y  = 9p.o 9p-util.o
3 common-obj-y += 9p-local.o 9p-xattr.o
4 common-obj-y += 9p-xattr-user.o 9p-posix-acl.o
5 common-obj-y += coth.o cofs.o codir.o cofile.o
6 common-obj-y += coxattr.o 9p-synth.o
7 common-obj-y += 9p-proxy.o
8 endif
10 common-obj-$(CONFIG_XEN) += xen-9p-backend.o
11 obj-$(CONFIG_VIRTIO_9P) += virtio-9p-device.o