Newer
Older
barebox / drivers / pci / Makefile
@Sebastian Hesselbarth Sebastian Hesselbarth on 31 Jul 2014 205 bytes pci: mvebu: Add PCIe driver
#
# Makefile for the PCI bus specific drivers.
#
obj-y		+= pci.o bus.o pci_iomap.o

ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG

CPPFLAGS += $(ccflags-y)

obj-$(CONFIG_PCI_MVEBU)	+= pci-mvebu.o pci-mvebu-phy.o