zephyr/drivers/pci/Makefile
Dmitriy Korovkin 13b3e2a127 Add PCI legacy bridge device driver
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>
2016-02-05 20:24:23 -05:00

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