Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f2fd40e90dc548f19a67c38cdc7292388a5ee6f8
/
.
/
drivers
/
pci
/
CMakeLists.txt
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)