Is there a way to note files added during build but not referenced in source? #8511
Answered
by
imbuedhope
imbuedhope
asked this question in
Q&A
-
I have a C embedded project that pulls from a BSP and uses an auto generated Makefile. The Makefile adds a number of header files to the build with a Since the header files are not included in any source code with a Is there a way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
imbuedhope
Dec 9, 2021
Replies: 1 comment
-
Figured it out— adding the files to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
imbuedhope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out— adding the files to
forcedInclude
does the trick