Hello,
Our case is the following - we are integrating our code into TI's codebase by surrounding it with #ifdef statements. We need to pass a flag, that is globally visible.
All make commands are invoked from vision_apps, it knows about all the other modules, so we tried including our flag in vision_apps/vision_apps_build_flags.mak, in the DEFS variable with no success.
Is there a way to include a flag in concerto only once so that it is visible in all modules (tiovx, imaging, vision_apps)?
Regards,
Todor