1zephyr_library() 2 3zephyr_library_sources(pcie.c) 4zephyr_library_sources_ifdef(CONFIG_PCIE_MSI msi.c) 5zephyr_library_sources_ifdef(CONFIG_PCIE_SHELL shell.c) 6