diff options
Diffstat (limited to 'drivers/pci/endpoint/functions/Makefile')
-rw-r--r-- | drivers/pci/endpoint/functions/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pci/endpoint/functions/Makefile b/drivers/pci/endpoint/functions/Makefile new file mode 100644 index 000000000000..6d94a4801838 --- /dev/null +++ b/drivers/pci/endpoint/functions/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for PCI Endpoint Functions +# + +obj-$(CONFIG_PCI_EPF_TEST) += pci-epf-test.o |