zephyr/drivers/pcie/CMakeLists.txt
Abhishek Shah 08ed93fed9 drivers: pcie: refactor pcie directory to make RC and EP independent
With this refactoring of pcie directory, RC drivers are placed under
host/ directory, EP drivers are placed under endpoint/ directory and
they are completely independent of each other.

Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
2020-07-14 19:35:31 -04:00

3 lines
95 B
CMake

add_subdirectory_ifdef(CONFIG_PCIE host)
add_subdirectory_ifdef(CONFIG_PCIE_ENDPOINT endpoint)