Makefile (552c69b36ebd966186573b9c7a286b390935cce1) | Makefile (8b821cf761503b80d0bd052f932adfe1bc1a0088) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for PCI Endpoint Functions 4# 5 6obj-$(CONFIG_PCI_EPF_TEST) += pci-epf-test.o | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for PCI Endpoint Functions 4# 5 6obj-$(CONFIG_PCI_EPF_TEST) += pci-epf-test.o |
7obj-$(CONFIG_PCI_EPF_NTB) += pci-epf-ntb.o |
|