Tool/software: Code Composer Studio
During my 'pre-build steps' a bunch of files .c and .h files are added to my project structure (those files are required and have their .h included in several parts of my project ), but when I try to build my project, the code composer studio does not build those generated files since the the generated a Makefile does not include my new generated files (during the pre-build steps)
I would like to have those generated files built.
How should I proceed?


