brintos

brintos / linux-shallow public Read only

0
0
Text · 259 B · 696473f Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for PCI Endpoint Functions4#5 6obj-$(CONFIG_PCI_EPF_TEST)		+= pci-epf-test.o7obj-$(CONFIG_PCI_EPF_NTB)		+= pci-epf-ntb.o8obj-$(CONFIG_PCI_EPF_VNTB) 		+= pci-epf-vntb.o9obj-$(CONFIG_PCI_EPF_MHI)		+= pci-epf-mhi.o10