PCI legacy bridge is a device connected to PCI bus and allowing to program the routes from interrupt pins to IRQ numbers. Change-Id: I129719d71f958bbf5ad8c5c9949dcea93d94b89d Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
3 lines
110 B
Makefile
3 lines
110 B
Makefile
obj-$(CONFIG_PCI) = pci.o pci_config.o pci_interface.o
|
|
obj-$(CONFIG_PCI_LEGACY_BRIDGE) += pci_legacy_bridge.o
|