7 lines
125 B
Makefile
7 lines
125 B
Makefile
|
#
|
||
|
# Makefile for PCI Endpoint Support
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_PCI_ENDPOINT) += pci-epc-core.o pci-epf-core.o\
|
||
|
pci-epc-mem.o
|