I was trying to use the -ppd flag to the c6000 codegen version 7.2.4 in order to generate dependencies for make. After "cleaning up" with SED, it works fine for C files. When substituting a linear or scheduled assembly file in place of the C file, dependencies are not generated for a .include directive.
Is there another way to use the TI toolchain to generate dependancies for assembly .include directives?
Are there plans to support -ppd with .include in a future version of the tools?