Someone can help me to write an .mk file and add custom library to buildroot.
Example:
I have foo.c and foo.h and this library that i wrote, have to be installed on a custom Linux to make my main app running successfully.
I also want to know if until this Linux was deployed, Could I use <foo.h> instead of ".../foo.h"
thanks in advance.