forked from Minki/linux
682704c41e
Return information for the interrupts exposed by the device. This patch extends VFIO_DEVICE_GET_INFO with the number of IRQs and enables VFIO_DEVICE_GET_IRQ_INFO. Signed-off-by: Antonios Motakis <a.motakis@virtualopensystems.com> Signed-off-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Reviewed-by: Eric Auger <eric.auger@linaro.org> Tested-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
9 lines
195 B
Makefile
9 lines
195 B
Makefile
|
|
vfio-platform-y := vfio_platform.o vfio_platform_common.o vfio_platform_irq.o
|
|
|
|
obj-$(CONFIG_VFIO_PLATFORM) += vfio-platform.o
|
|
|
|
vfio-amba-y := vfio_amba.o
|
|
|
|
obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o
|