blob: da73415a867cfe811339a9b30a5f2e7483d94659 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
pci.c
pci_config.c
pci_interface.c
)
zephyr_sources_ifdef(CONFIG_PCI_LEGACY_BRIDGE pci_legacy_bridge.c)
zephyr_sources_ifdef(CONFIG_PCI_SHELL pci_shell.c)