Help to modify mbed "make file" in order to include my project

10 Feb 2016

hello everyone,

i would ask you a little help to understand better the automatic generate make file from mbed, since i have to modify it in order to add others functionalities to my program, i want to add other source directories, source code and header, and a static library.

But i see that for each file source that i have it, i must add the respective ".o" in the OBJECTS variable, but in practice is it impossibile. What i really need is the mbed support for the libraries about sensors and configuration of my board, then include my c++ project to the project downloaded from embed.

Thanks.