1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the PCI/MSI 4obj-$(CONFIG_PCI) += pcidev_msi.o 5obj-$(CONFIG_PCI_MSI) += msi.o 6