How is Kconfig output used by CMake? #47510
-
These are more of a question on the implementation details of the Zephyr build system than how to use it. As I understand from the documentation, the My second question is on the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Compilers have a flag for special include files. For GCC,
https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v3.1.0/CMakeLists.txt#L253-L254 |
Beta Was this translation helpful? Give feedback.
It's here:
https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v3.1.0/cmake/modules/kconfig.cmake#L325-L326
Compilers have a flag for special include files. For GCC,