How to tell build system to get the edited file from application directory instead of zephyr stack using CMakelists.txt #67707
Unanswered
aravinth-kalai
asked this question in
Q&A
Replies: 1 comment 7 replies
-
use |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone !
I have edited the isotp.c file from zephyr stack , I want to keep the edited file in my local application directory, during west build the compiler should consider the isotp.c file from my application directory instead of zephyr directory, how can I edit my main application CMakeLists.txt file to make it happen
Rough application directory folder structure:
zephyr stack directory:
Any suggestions or references link to understand this concept and make it happen using CMakeLists.txt
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions