mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
2e0d29561f
This patch adds the skeleton for interrupt support for fsl-mc devices. The interrupts are not yet functional, the functionality will be added by subsequent patches. Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com> Signed-off-by: Diana Craciun <diana.craciun@oss.nxp.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
5 lines
148 B
Makefile
5 lines
148 B
Makefile
# SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
|
|
vfio-fsl-mc-y := vfio_fsl_mc.o vfio_fsl_mc_intr.o
|
|
obj-$(CONFIG_VFIO_FSL_MC) += vfio-fsl-mc.o
|